Skip to content

Commit

Permalink
Add missing device type: CastAudio (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikrb authored Nov 1, 2024
1 parent 7a8201d commit a4e5bc0
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 @@ -17,6 +17,7 @@ class DeviceType(StrEnum):

AUDIO_DONGLE = "AudioDongle"
AUTOMOBILE = "Automobile"
CAST_AUDIO = "CastAudio"
CAST_VIDEO = "CastVideo"
COMPUTER = "Computer"
SMARTPHONE = "Smartphone"
Expand Down

0 comments on commit a4e5bc0

Please sign in to comment.