mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
* fix(scanner): Always refresh folder image time when adding first image Currently, the `images_updated_at` field is only set to the image modification time. However, in cases where a new image is added _and_ said image is older than the folder mod time, the field is not updated properly. In this the case where `images_updated_at` is null (no images were ever added) and a new images is found, use the folder modification time instead of image modification time. **Note**, this doesn't handle cases such as replacing a newer image with an older one. * simplify image update at * we don't want to set imagesUpdatedAt when there's no images in the folder Signed-off-by: Deluan <deluan@navidrome.org> --------- Signed-off-by: Deluan <deluan@navidrome.org> Co-authored-by: Deluan <deluan@navidrome.org> |
||
---|---|---|
.. | ||
metadata_old | ||
controller.go | ||
external.go | ||
phase_1_folders.go | ||
phase_2_missing_tracks.go | ||
phase_2_missing_tracks_test.go | ||
phase_3_refresh_albums.go | ||
phase_3_refresh_albums_test.go | ||
phase_4_playlists.go | ||
phase_4_playlists_test.go | ||
scanner.go | ||
scanner_benchmark_test.go | ||
scanner_internal_test.go | ||
scanner_suite_test.go | ||
scanner_test.go | ||
walk_dir_tree.go | ||
walk_dir_tree_test.go | ||
watcher.go |