Skip to content

Commit

Permalink
Add tidal mapping (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Nov 11, 2024
1 parent e96bf45 commit 6e5182b
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 6e5182b

Please sign in to comment.