diff --git a/headphones/metadata.py b/headphones/metadata.py index 55a55dd4a..6fd14b511 100644 --- a/headphones/metadata.py +++ b/headphones/metadata.py @@ -79,7 +79,7 @@ class Vars: Metadata $variable names (only ones set explicitly by headphones). """ DISC = '$Disc' - DISC_TOTAL = '$DiscTotal', + DISC_TOTAL = '$DiscTotal' TRACK = '$Track' TITLE = '$Title' ARTIST = '$Artist'