song format: if tag type char doesn't match any of supported ones, display it
This commit is contained in:
@@ -370,6 +370,8 @@ std::string MPD::Song::ParseFormat(std::string::const_iterator &it) const
|
||||
get = &MPD::Song::GetTitle;
|
||||
break;
|
||||
default:
|
||||
result += *it;
|
||||
get = 0;
|
||||
break;
|
||||
}
|
||||
if (get)
|
||||
|
||||
Reference in New Issue
Block a user