mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 10:59:41 +02:00
Update podcast audio file meta tag to use album-artist for author and fallback to artist tag #3315
This commit is contained in:
@@ -326,7 +326,8 @@ class AudioFileScanner {
|
||||
key: 'title'
|
||||
},
|
||||
{
|
||||
tag: 'tagArtist',
|
||||
tag: 'tagAlbumArtist',
|
||||
altTag: 'tagArtist',
|
||||
key: 'author'
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user