mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-14 09:44:51 +01:00
Change CoverProvider quality return type to float
This commit is contained in:
parent
af3834672e
commit
6a7959547e
@ -46,7 +46,7 @@ class CoverProvider : public QObject {
|
|||||||
QString name() const { return name_; }
|
QString name() const { return name_; }
|
||||||
bool is_enabled() const { return enabled_; }
|
bool is_enabled() const { return enabled_; }
|
||||||
int order() const { return order_; }
|
int order() const { return order_; }
|
||||||
bool quality() const { return quality_; }
|
float quality() const { return quality_; }
|
||||||
bool batch() const { return batch_; }
|
bool batch() const { return batch_; }
|
||||||
bool allow_missing_album() const { return allow_missing_album_; }
|
bool allow_missing_album() const { return allow_missing_album_; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user