Skip to content

Commit 4270a20

Browse files
authored
Add Tablet device type (#384)
1 parent 10f7a5c commit 4270a20

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
@@ -23,6 +23,7 @@ class DeviceType(StrEnum):
2323
COMPUTER = "Computer"
2424
SMARTPHONE = "Smartphone"
2525
SPEAKER = "Speaker"
26+
TABLET = "Tablet"
2627
TV = "TV"
2728

2829

0 commit comments

Comments
 (0)