Skip to content

Commit

Permalink
metadata: Fix typo in DISC_TOTAL
Browse files Browse the repository at this point in the history
  • Loading branch information
rembo10 committed Feb 18, 2022
1 parent 61c2e1f commit 83398cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headphones/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 83398cb

Please sign in to comment.