select all columns for scanner stack
This commit is contained in:
@@ -341,7 +341,6 @@ func (s *Scanner) handleFolder(it *item) error {
|
|||||||
s.curFolders.Push(folder)
|
s.curFolders.Push(folder)
|
||||||
}()
|
}()
|
||||||
err := s.db.
|
err := s.db.
|
||||||
Select("id, updated_at").
|
|
||||||
Where(db.Album{
|
Where(db.Album{
|
||||||
LeftPath: it.directory,
|
LeftPath: it.directory,
|
||||||
RightPath: it.filename,
|
RightPath: it.filename,
|
||||||
|
|||||||
Reference in New Issue
Block a user