X-Git-Url: https://git.draconx.ca/gitweb/picard-plugins.git/blobdiff_plain/679ea0782e2eaab1975eee11a5b1622fbdbb7957..HEAD:/karaoke-flagger.py diff --git a/karaoke-flagger.py b/karaoke-flagger.py index a16c94c..7263393 100644 --- a/karaoke-flagger.py +++ b/karaoke-flagger.py @@ -35,7 +35,7 @@ def modulename(): return modulename.__module__[len("picard.plugins."):] def add_metadata(tagger, metadata, track, release): - # for stanadlone recordings, "track" is actually a recording, not a track + # for standalone recordings, "track" is actually a recording, not a track recording = track.get("recording", track) for r in recording["relations"]: # 'karaoke version of' is the backward relation of this type...