This commit is contained in:
Toni Barth 2026-05-08 11:28:59 +01:00 committed by GitHub
commit 61217ac3bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 408 additions and 6 deletions

View file

@ -82,7 +82,7 @@ class Library extends Model {
}
static get defaultMetadataPrecedence() {
return ['folderStructure', 'audioMetatags', 'nfoFile', 'txtFiles', 'opfFile', 'absMetadata']
return ['folderStructure', 'audioMetatags', 'nfoFile', 'txtFiles', 'opfFile', 'daisyFile', 'absMetadata']
}
/**