diff --git a/src/collection/collectionbackend.h b/src/collection/collectionbackend.h index 0ae2049db..aeb595c8a 100644 --- a/src/collection/collectionbackend.h +++ b/src/collection/collectionbackend.h @@ -236,7 +236,7 @@ class CollectionBackend : public CollectionBackendInterface { void ForceCompilation(const QString &album, const QList &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 new_collection_directory_id);