[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:
ejurgensen
2017-10-15 23:02:20 +02:00
parent bf8fa1c3f0
commit 2d54d0d8fe
3 changed files with 84 additions and 14 deletions

View File

@@ -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
}