mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-31 15:19:42 +02:00
Remove redundant space
This commit is contained in:
parent
0e8148001e
commit
ad45dadc15
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ class Database {
|
|||
await oldLibraryItem.saveMetadata()
|
||||
const updated = await this.models.libraryItem.fullUpdateFromOld(oldLibraryItem)
|
||||
// Clear library filter data cache
|
||||
if (updated) {
|
||||
if (updated) {
|
||||
delete this.libraryFilterData[oldLibraryItem.libraryId]
|
||||
}
|
||||
return updated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue