CollectionBackend: Add default for ResetStatistics save_tags to false
This commit is contained in:
@@ -236,7 +236,7 @@ class CollectionBackend : public CollectionBackendInterface {
|
||||
void ForceCompilation(const QString &album, const QList<QString> &artists, const bool on);
|
||||
void IncrementPlayCount(const int id);
|
||||
void IncrementSkipCount(const int id, const float progress);
|
||||
void ResetStatistics(const int id, const bool save_tags);
|
||||
void ResetStatistics(const int id, const bool save_tags = false);
|
||||
void DeleteAll();
|
||||
void SongPathChanged(const Song &song, const QFileInfo &new_file, const std::optional<int> new_collection_directory_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user