mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Update:Podcast episode audio file ID3 tags use comment and description tag for description instead of subtitle #2843
This commit is contained in:
parent
df9da095ef
commit
bca49616e1
@ -378,7 +378,7 @@ class AudioFileScanner {
|
|||||||
const MetadataMapArray = [
|
const MetadataMapArray = [
|
||||||
{
|
{
|
||||||
tag: 'tagComment',
|
tag: 'tagComment',
|
||||||
altTag: 'tagSubtitle',
|
altTag: 'tagDescription',
|
||||||
key: 'description'
|
key: 'description'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user