Add option to append explicit to album titles for Tidal

This commit is contained in:
Jonas Kvinge
2021-01-28 19:55:28 +01:00
parent 1ea8b064cc
commit daff2c1f84
7 changed files with 74 additions and 42 deletions

View File

@@ -90,6 +90,7 @@ class TidalService : public InternetService {
QString coversize() { return coversize_; }
bool download_album_covers() { return download_album_covers_; }
TidalSettingsPage::StreamUrlMethod stream_url_method() { return stream_url_method_; }
bool album_explicit() { return album_explicit_; }
QString access_token() { return access_token_; }
QString session_id() { return session_id_; }
@@ -224,6 +225,7 @@ class TidalService : public InternetService {
QString coversize_;
bool download_album_covers_;
TidalSettingsPage::StreamUrlMethod stream_url_method_;
bool album_explicit_;
QString access_token_;
QString refresh_token_;