mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-21 13:16:22 +01:00
parent
059e2d740f
commit
4cb8261d3b
@ -41,7 +41,7 @@
|
||||
class CollectionBackendInterface;
|
||||
|
||||
const char *CueParser::kFileLineRegExp = "(\\S+)\\s+(?:\"([^\"]+)\"|(\\S+))\\s*(?:\"([^\"]+)\"|(\\S+))?";
|
||||
const char *CueParser::kIndexRegExp = "(\\d{2,3}):(\\d{2}):(\\d{2})";
|
||||
const char *CueParser::kIndexRegExp = "(\\d{1,3}):(\\d{2}):(\\d{2})";
|
||||
|
||||
const char *CueParser::kPerformer = "performer";
|
||||
const char *CueParser::kTitle = "title";
|
||||
|
Loading…
Reference in New Issue
Block a user