mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 09:03:59 +00:00
95b328c8f81a251732bac73d6338fbbc4bdd3e33
This didn't do anything other than compare the albumartist, and then call Metadata.compare_to_release and combine the results. It's confusing to have these metadata-XML comparison functions strewn all over, so I moved the albumartist comparison to Metadata.compare_to_release, and also moved File._compare_to_track to Metadata.compare_to_track, just to make things consistent. This commit shouldn't change the matching/scoring behavior at all, it only sheds some code.
Description
No description provided
Languages
Python
99.4%
Shell
0.3%
PowerShell
0.2%
C
0.1%