perform one more check on song formats
it detects something like this: %. (where . doesn't stand for a valid tag type).
This commit is contained in:
@@ -103,7 +103,7 @@ namespace MPD
|
||||
Song &operator=(const Song &);
|
||||
|
||||
static std::string ShowTime(int);
|
||||
static void ValidateFormat(const std::string &type, const std::string &format);
|
||||
static bool isFormatOk(const std::string &type, const std::string &format);
|
||||
|
||||
private:
|
||||
void SetHashAndSlash();
|
||||
|
||||
Reference in New Issue
Block a user