mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 02:22:09 +01: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