mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +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:
parent
26d2c5a8f0
commit
7a7a779824
@ -326,7 +326,8 @@ class AudioFileScanner {
|
||||
key: 'title'
|
||||
},
|
||||
{
|
||||
tag: 'tagArtist',
|
||||
tag: 'tagAlbumArtist',
|
||||
altTag: 'tagArtist',
|
||||
key: 'author'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user