mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
Merge master
This commit is contained in:
commit
33aa4f1952
21 changed files with 984 additions and 105 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue