mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 12:24:56 +02:00
Add support for overdrive media marker file tag
This commit adds serverside support for grabbing the overdrive_media_marker file tag that exists on mp3 files from overdrive
This commit is contained in:
parent
a97c102369
commit
fc614b9833
3 changed files with 10 additions and 1 deletions
|
@ -262,6 +262,10 @@ class BookMetadata {
|
|||
{
|
||||
tag: 'tagASIN',
|
||||
key: 'asin'
|
||||
},
|
||||
{
|
||||
tag: 'tagOverdriveMediaMarker',
|
||||
key: 'overdriveMediaMarker'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue