Commit 9c435924 authored by Rémi Duraffort's avatar Rémi Duraffort

dbus_control: fix a typo 's/tracknum/tracknumber'

parent 59f49f9c
......@@ -1169,7 +1169,7 @@ static int GetInputMeta( input_item_t* p_input,
const char* ppsz_meta_items[] =
{
"title", "artist", "genre", "copyright", "album", "tracknum",
"title", "artist", "genre", "copyright", "album", "tracknumber",
"description", "rating", "date", "setting", "url", "language",
"nowplaying", "publisher", "encodedby", "arturl", "trackid",
"status", "location", "length", "video-codec", "audio-codec",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment