Update watcher to re-scan library items when non-media files are added/updated #4245

This commit is contained in:
advplyr 2025-05-01 17:17:40 -05:00
parent 2b7268c952
commit 2cc9d1b7f8
3 changed files with 17 additions and 8 deletions

View file

@ -246,7 +246,6 @@ class LibraryItem extends Model {
include
})
if (!libraryItem) {
Logger.error(`[LibraryItem] Library item not found`)
return null
}