Add option to prefer album artist when sending scrobbles

Fixes #274
This commit is contained in:
Jonas Kvinge
2019-10-19 02:56:23 +02:00
parent 5844616ea8
commit e3a4cf1cf5
7 changed files with 27 additions and 6 deletions

View File

@@ -147,6 +147,7 @@ class ScrobblingAPI20 : public ScrobblerService {
bool enabled_;
bool https_;
bool prefer_albumartist_;
bool subscriber_;
QString username_;