Skip to content

Commit 83398cb

Browse files
committed
metadata: Fix typo in DISC_TOTAL
1 parent 61c2e1f commit 83398cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headphones/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Vars:
7979
Metadata $variable names (only ones set explicitly by headphones).
8080
"""
8181
DISC = '$Disc'
82-
DISC_TOTAL = '$DiscTotal',
82+
DISC_TOTAL = '$DiscTotal'
8383
TRACK = '$Track'
8484
TITLE = '$Title'
8585
ARTIST = '$Artist'

0 commit comments

Comments
 (0)