Update podcast audio file meta tag to use album-artist for author and fallback to artist tag #3315

This commit is contained in:
advplyr 2024-08-20 16:41:17 -05:00
parent 26d2c5a8f0
commit 7a7a779824

View File

@ -326,7 +326,8 @@ class AudioFileScanner {
key: 'title'
},
{
tag: 'tagArtist',
tag: 'tagAlbumArtist',
altTag: 'tagArtist',
key: 'author'
},
{