Skip to content

Commit a4e5bc0

Browse files
authored
Add missing device type: CastAudio (#379)
1 parent 7a8201d commit a4e5bc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spotifyaio/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class DeviceType(StrEnum):
1717

1818
AUDIO_DONGLE = "AudioDongle"
1919
AUTOMOBILE = "Automobile"
20+
CAST_AUDIO = "CastAudio"
2021
CAST_VIDEO = "CastVideo"
2122
COMPUTER = "Computer"
2223
SMARTPHONE = "Smartphone"

0 commit comments

Comments
 (0)