Allow audio formats unsupported by taglib to be added

Fixes #669
This commit is contained in:
Jonas Kvinge
2021-03-21 19:19:35 +01:00
parent 59bffed47f
commit 6b6117653a
3 changed files with 13 additions and 1 deletions

View File

@@ -127,6 +127,8 @@ class Song {
static const QStringList kArticles;
static const QStringList kAcceptedExtensions;
static QString JoinSpec(const QString &table);
static Source SourceFromURL(const QUrl &url);