diff --git a/src/linkplay/consts.py b/src/linkplay/consts.py index 8d9eb95..f825165 100644 --- a/src/linkplay/consts.py +++ b/src/linkplay/consts.py @@ -145,6 +145,7 @@ class PlayingMode(StrEnum): HTTP_MAX = "29" ALARM = "30" SPOTIFY = "31" + TIDAL = "32" LINE_IN = "40" BLUETOOTH = "41" OPTICAL = "43" @@ -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",