select all columns for scanner stack

This commit is contained in:
sentriz
2020-11-19 18:06:03 +00:00
parent bfcdc2c2bb
commit adb46d0e1b

View File

@@ -341,7 +341,6 @@ func (s *Scanner) handleFolder(it *item) error {
s.curFolders.Push(folder)
}()
err := s.db.
Select("id, updated_at").
Where(db.Album{
LeftPath: it.directory,
RightPath: it.filename,