Merge master

This commit is contained in:
advplyr 2024-12-01 13:27:20 -06:00
commit 33aa4f1952
21 changed files with 984 additions and 105 deletions

View file

@ -262,7 +262,7 @@ class LibraryItem {
* @returns {Promise<LibraryFile>} null if not saved
*/
async saveMetadata() {
if (this.isSavingMetadata) return null
if (this.isSavingMetadata || !global.MetadataPath) return null
this.isSavingMetadata = true