CollectionWatcher: Make PerformEBUR128Analysis const
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user