mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 00:39:40 +00:00
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
This commit is contained in:
commit
8330dabc46
3 changed files with 29 additions and 11 deletions
|
|
@ -81,6 +81,10 @@ function parseNfoMetadata(nfoText) {
|
|||
case 'isbn-13':
|
||||
metadata.isbn = value
|
||||
break
|
||||
case 'language':
|
||||
case 'lang':
|
||||
metadata.language = value
|
||||
break
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue