mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 02:16:01 -05:00
libav 0.7: Metadata string for track can be "track/totaltrack"
This commit is contained in:
parent
57e569aeb5
commit
74b7c69828
@ -101,7 +101,7 @@ static const struct metadata_map md_map_generic[] =
|
||||
{ "conductor", 0, mfi_offsetof(conductor), NULL },
|
||||
{ "comment", 0, mfi_offsetof(comment), NULL },
|
||||
{ "description", 0, mfi_offsetof(comment), NULL },
|
||||
{ "track", 1, mfi_offsetof(track), NULL },
|
||||
{ "track", 1, mfi_offsetof(track), parse_track },
|
||||
{ "disc", 1, mfi_offsetof(disc), NULL },
|
||||
{ "year", 1, mfi_offsetof(year), NULL },
|
||||
{ "date", 1, mfi_offsetof(year), NULL },
|
||||
|
Loading…
x
Reference in New Issue
Block a user