From bca49616e1f2bf5b574e2b98aea50e7a84a9837a Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 11 Apr 2024 17:29:23 -0500 Subject: [PATCH] Update:Podcast episode audio file ID3 tags use comment and description tag for description instead of subtitle #2843 --- server/scanner/AudioFileScanner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scanner/AudioFileScanner.js b/server/scanner/AudioFileScanner.js index 89951025..10437bc1 100644 --- a/server/scanner/AudioFileScanner.js +++ b/server/scanner/AudioFileScanner.js @@ -378,7 +378,7 @@ class AudioFileScanner { const MetadataMapArray = [ { tag: 'tagComment', - altTag: 'tagSubtitle', + altTag: 'tagDescription', key: 'description' }, {