Skip to content

Commit

Permalink
Add tidal mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Nov 11, 2024
1 parent 3cf75ba commit 8f86770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/linkplay/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class PlayingMode(StrEnum):
HTTP_MAX = "29"
ALARM = "30"
SPOTIFY = "31"
TIDAL = "32"
LINE_IN = "40"
BLUETOOTH = "41"
OPTICAL = "43"
Expand Down Expand Up @@ -179,6 +180,7 @@ class PlayingMode(StrEnum):
PlayingMode.UDISK: "udisk",
PlayingMode.ALARM: "Alarm",
PlayingMode.SPOTIFY: "Spotify",
PlayingMode.TIDAL: "Tidal",
PlayingMode.LINE_IN: "line-in",
PlayingMode.BLUETOOTH: "bluetooth",
PlayingMode.OPTICAL: "optical",
Expand Down

0 comments on commit 8f86770

Please sign in to comment.