mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-05 20:41:57 +02:00
Update:Podcast episode audio file ID3 tags use comment and description tag for description instead of subtitle #2843
This commit is contained in:
@@ -378,7 +378,7 @@ class AudioFileScanner {
|
|||||||
const MetadataMapArray = [
|
const MetadataMapArray = [
|
||||||
{
|
{
|
||||||
tag: 'tagComment',
|
tag: 'tagComment',
|
||||||
altTag: 'tagSubtitle',
|
altTag: 'tagDescription',
|
||||||
key: 'description'
|
key: 'description'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user