Skip to content

Commit

Permalink
Expand loop mode enum (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofphilberg authored Aug 2, 2024
1 parent 662eff3 commit f098431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/linkplay/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ class LoopMode(StrEnum):
CONTINUOUS_PLAYBACK = "1"
RANDOM_PLAYBACK = "2"
LIST_CYCLE = "3"
FOUR = "4"
SHUFF_DISABLED_REPEAT_DISABLED = "4"
SHUFF_ENABLED_REPEAT_ENABLED_LOOP_ONCE = "5"


class EqualizerMode(StrEnum):
Expand Down

0 comments on commit f098431

Please sign in to comment.