Dont replace metadata when loading playlists
This commit is contained in:
@@ -96,6 +96,7 @@ void ConsumeCurrentElement(QXmlStreamReader *reader);
|
||||
// Advances the stream reader until it finds an element with the given name.
|
||||
// Returns false if the end of the document was reached before finding a matching element.
|
||||
bool ParseUntilElement(QXmlStreamReader *reader, const QString &name);
|
||||
bool ParseUntilElementCI(QXmlStreamReader *reader, const QString &name);
|
||||
|
||||
// Parses a string containing an RFC822 time and date.
|
||||
QDateTime ParseRFC822DateTime(const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user