Merge pull request #581 from zxzxwu/context

[BAP] Add missing Unspecified context type
This commit is contained in:
zxzxwu
2024-10-31 11:04:25 +00:00
committed by GitHub

View File

@@ -102,6 +102,7 @@ class ContextType(enum.IntFlag):
# fmt: off
PROHIBITED = 0x0000
UNSPECIFIED = 0x0001
CONVERSATIONAL = 0x0002
MEDIA = 0x0004
GAME = 0x0008