Collectionwatcher: sink PerformEBUR128Analysis() into ScanNewFile & friends

This commit is contained in:
Roman Lebedev
2023-07-11 20:10:29 +03:00
committed by Jonas Kvinge
parent 1462bfa297
commit bda2b91c92
4 changed files with 38 additions and 57 deletions

View File

@@ -374,6 +374,7 @@ class Song {
bool IsFingerprintEqual(const Song &other) const;
bool IsAcoustIdEqual(const Song &other) const;
bool IsMusicBrainzEqual(const Song &other) const;
bool IsEBUR128Equal(const Song &other) const;
bool IsArtEqual(const Song &other) const;
bool IsAllMetadataEqual(const Song &other) const;