Merge branch 'main' into dev

This commit is contained in:
Veronica K. B. Olsen
2021-01-11 21:19:56 +01:00
12 changed files with 308 additions and 180 deletions
+2
View File
@@ -290,10 +290,12 @@ class NWIndex():
"updated" : round(time()),
}
if itemLayout == nwItemLayout.NOTE:
self._novelIndex.pop(tHandle, None)
self._noteIndex[tHandle] = {}
isNovel = False
else:
self._novelIndex[tHandle] = {}
self._noteIndex.pop(tHandle, None)
isNovel = True
# Also clear references to file in tag index