Skip to content

Commit

Permalink
Update models.py - Add Set-Top Box STB (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: Joost Lekkerkerker <[email protected]>
  • Loading branch information
yannpub and joostlek authored Nov 8, 2024
1 parent 5baee5f commit 9f3b2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spotifyaio/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class DeviceType(StrEnum):
CAST_AUDIO = "CastAudio"
CAST_VIDEO = "CastVideo"
COMPUTER = "Computer"
SET_TOP_BOX = "STB"
SMARTPHONE = "Smartphone"
SMARTWATCH = "Smartwatch"
SPEAKER = "Speaker"
Expand Down

0 comments on commit 9f3b2a6

Please sign in to comment.