Skip to content

Commit 6fb4341

Browse files
authored
Add missing device type: Automobile (#375)
1 parent 391874e commit 6fb4341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spotifyaio/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
class DeviceType(StrEnum):
1616
"""Device type."""
1717

18+
AUTOMOBILE = "Automobile"
1819
COMPUTER = "Computer"
1920
SMARTPHONE = "Smartphone"
2021
SPEAKER = "Speaker"

0 commit comments

Comments
 (0)