Update:Podcast episode audio file ID3 tags use comment and description tag for description instead of subtitle #2843

This commit is contained in:
advplyr 2024-04-11 17:29:23 -05:00
parent df9da095ef
commit bca49616e1

View File

@ -378,7 +378,7 @@ class AudioFileScanner {
const MetadataMapArray = [ const MetadataMapArray = [
{ {
tag: 'tagComment', tag: 'tagComment',
altTag: 'tagSubtitle', altTag: 'tagDescription',
key: 'description' key: 'description'
}, },
{ {