mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[filescanner] More alignment of iTunes scanner with the playlist scanner
I.e. use transactions and don't scan unmodified files
This commit is contained in:
@@ -391,7 +391,7 @@ process_playlist(char *file, time_t mtime, int dir_id)
|
||||
scan_playlist(file, mtime, dir_id);
|
||||
#ifdef ITUNES
|
||||
else if (ft == FILE_ITUNES)
|
||||
scan_itunes_itml(file);
|
||||
scan_itunes_itml(file, mtime, dir_id);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user