mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 11:21:27 +02:00
Remove redundant space
This commit is contained in:
@@ -430,7 +430,7 @@ class Database {
|
|||||||
await oldLibraryItem.saveMetadata()
|
await oldLibraryItem.saveMetadata()
|
||||||
const updated = await this.models.libraryItem.fullUpdateFromOld(oldLibraryItem)
|
const updated = await this.models.libraryItem.fullUpdateFromOld(oldLibraryItem)
|
||||||
// Clear library filter data cache
|
// Clear library filter data cache
|
||||||
if (updated) {
|
if (updated) {
|
||||||
delete this.libraryFilterData[oldLibraryItem.libraryId]
|
delete this.libraryFilterData[oldLibraryItem.libraryId]
|
||||||
}
|
}
|
||||||
return updated
|
return updated
|
||||||
|
Reference in New Issue
Block a user