Skip to content

Commit

Permalink
Merge pull request #21 from noahhusby/fix/stop-model
Browse files Browse the repository at this point in the history
Add stop to TransportControl
  • Loading branch information
noahhusby authored Sep 16, 2024
2 parents bdb8cbf + d24f565 commit 3e8ea6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiostreammagic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class TransportControl(StrEnum):
TRACK_NEXT = "track_next"
TRACK_PREVIOUS = "track_previous"
SEEK = "seek"
STOP = "stop"


class ShuffleMode(StrEnum):
Expand Down

0 comments on commit 3e8ea6e

Please sign in to comment.