enums: add new entries to StatusType

This commit is contained in:
NotNite 2022-08-04 13:43:07 -04:00
parent 5f97103e1c
commit 93c0df5b43
No known key found for this signature in database
GPG Key ID: BD91A5402CCEB08A
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ class StatusType(EasyEnum):
IDLE = "idle" IDLE = "idle"
INVISIBLE = "invisible" INVISIBLE = "invisible"
OFFLINE = "offline" OFFLINE = "offline"
STREAMING = "streaming"
UNKNOWN = "unknown"
class ExplicitFilter(EasyEnum): class ExplicitFilter(EasyEnum):