[UI/MOBILE] Display disc number only if necessary
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ durationToString(boost::posix_time::time_duration duration, std::string format)
|
||||
}
|
||||
|
||||
std::vector<std::string>
|
||||
splitStrings(std::string string, std::string separators)
|
||||
splitString(std::string string, std::string separators)
|
||||
{
|
||||
std::vector<std::string> res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user