mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
libav 0.7: Metadata string for disc can be "disc/totaldisc"
Pointed out by Raivo Hool; since we don't have a choice of performing or not performing the metadata conversion, we will get "disc/totaldisc" for ID3 files.
This commit is contained in:
parent
1bea809078
commit
de4d5d0f4c
@ -111,7 +111,7 @@ static const struct metadata_map md_map_generic[] =
|
||||
{ "comment", 0, mfi_offsetof(comment), NULL },
|
||||
{ "description", 0, mfi_offsetof(comment), NULL },
|
||||
{ "track", 1, mfi_offsetof(track), parse_track },
|
||||
{ "disc", 1, mfi_offsetof(disc), NULL },
|
||||
{ "disc", 1, mfi_offsetof(disc), parse_disc },
|
||||
{ "year", 1, mfi_offsetof(year), NULL },
|
||||
{ "date", 1, mfi_offsetof(year), NULL },
|
||||
{ "title-sort", 0, mfi_offsetof(title_sort), NULL },
|
||||
|
Loading…
x
Reference in New Issue
Block a user