fix: lyrics encoding and better lrc support
This commit is contained in:
@ -6,8 +6,12 @@
|
||||
|
||||
#include <QHash>
|
||||
#include <QList>
|
||||
#include <QLoggingCategory>
|
||||
#include <QObject>
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(lcLyrics)
|
||||
Q_DECLARE_LOGGING_CATEGORY(lcLyricsParser)
|
||||
|
||||
class LyricsManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user