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:
jmt-gh 2022-06-11 02:00:07 -07:00
parent a97c102369
commit fc614b9833
3 changed files with 10 additions and 1 deletions

View file

@ -262,6 +262,10 @@ class BookMetadata {
{
tag: 'tagASIN',
key: 'asin'
},
{
tag: 'tagOverdriveMediaMarker',
key: 'overdriveMediaMarker'
}
]