Switch to unified view
a/src/mpdcli.hxx | b/src/mpdcli.hxx | ||
---|---|---|---|
... |
... |
||
34 | tracknum.clear(); |
34 | tracknum.clear(); |
35 | genre.clear(); |
35 | genre.clear(); |
36 | duration_secs = mpdid = 0; |
36 | duration_secs = mpdid = 0; |
37 | } |
37 | } |
38 | std::string uri; |
38 | std::string uri; |
39 | std::string name; // only set for radios apparently |
||
39 | std::string artist; |
40 | std::string artist; |
40 | std::string album; |
41 | std::string album; |
41 | std::string title; |
42 | std::string title; |
42 | std::string tracknum; |
43 | std::string tracknum; |
43 | std::string genre; |
44 | std::string genre; |