[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;
|
||||
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ std::string
|
||||
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::string
|
||||
stringTrim(const std::string& str, const std::string& whitespace = " \t");
|
||||
|
||||
Reference in New Issue
Block a user