We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f2c0e commit 5baee5fCopy full SHA for 5baee5f
1 file changed
src/spotifyaio/models.py
@@ -570,6 +570,7 @@ class Mode(IntEnum):
570
class TimeSignature(IntEnum):
571
"""Time signature of a track."""
572
573
+ ONE_FOUR = 1
574
THREE_FOUR = 3
575
FOUR_FOUR = 4
576
FIVE_FOUR = 5
0 commit comments