mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix:Set library item updatedAt when scan has updates, fixes updating an open RSS feed #1131
This commit is contained in:
parent
a237058e30
commit
abb4137d4c
@ -246,6 +246,7 @@ class LibraryItem {
|
||||
|
||||
setLastScan() {
|
||||
this.lastScan = Date.now()
|
||||
this.updatedAt = Date.now()
|
||||
this.scanVersion = version
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user