metadata: Fix typo in DISC_TOTAL

This commit is contained in:
rembo10
2022-02-18 15:04:42 +05:30
parent 61c2e1f821
commit 83398cb102

View File

@@ -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'