Remove redundant space

This commit is contained in:
mikiher 2024-03-09 12:07:08 +02:00
parent 0e8148001e
commit ad45dadc15

View File

@ -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