Skip to content

Commit

Permalink
Update podcast audio file meta tag to use album-artist for author and…
Browse files Browse the repository at this point in the history
… fallback to artist tag #3315
  • Loading branch information
advplyr committed Aug 20, 2024
1 parent 26d2c5a commit 7a7a779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/scanner/AudioFileScanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ class AudioFileScanner {
key: 'title'
},
{
tag: 'tagArtist',
tag: 'tagAlbumArtist',
altTag: 'tagArtist',
key: 'author'
},
{
Expand Down

0 comments on commit 7a7a779

Please sign in to comment.