decoder/ffmpeg: remove "year" tag
This mapping was added 11 years ago in commit 766b9fd453
, but FFmpeg
doesn't appear to support it.
This commit is contained in:
parent
6d567bcd35
commit
4ec4bab3a9
@ -31,7 +31,6 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static constexpr struct tag_table ffmpeg_tags[] = {
|
static constexpr struct tag_table ffmpeg_tags[] = {
|
||||||
{ "year", TAG_DATE },
|
|
||||||
{ "album_artist", TAG_ALBUM_ARTIST },
|
{ "album_artist", TAG_ALBUM_ARTIST },
|
||||||
{ "sort_album_artist", TAG_ALBUM_ARTIST_SORT },
|
{ "sort_album_artist", TAG_ALBUM_ARTIST_SORT },
|
||||||
{ "sort_artist", TAG_ARTIST_SORT },
|
{ "sort_artist", TAG_ARTIST_SORT },
|
||||||
|
Loading…
Reference in New Issue
Block a user