CollectionWatcher: Make PerformEBUR128Analysis const

This commit is contained in:
Jonas Kvinge
2023-07-12 16:22:17 +02:00
parent bb6daca735
commit 3d25863ccb
2 changed files with 2 additions and 2 deletions

View File

@@ -941,7 +941,7 @@ void CollectionWatcher::AddChangedSong(const QString &file, const Song &matching
}
void CollectionWatcher::PerformEBUR128Analysis(Song &song) {
void CollectionWatcher::PerformEBUR128Analysis(Song &song) const {
if (!song_ebur128_loudness_analysis_) return;