Cleanup some plex tasks that delayed startup (#114418)

This commit is contained in:
J. Nick Koston 2024-03-28 20:36:33 -10:00 committed by GitHub
parent a102230498
commit 61982acb17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 18 deletions

View file

@ -24,7 +24,6 @@ GDM_SCANNER: Final = "gdm_scanner"
PLATFORMS = frozenset(
[Platform.BUTTON, Platform.MEDIA_PLAYER, Platform.SENSOR, Platform.UPDATE]
)
PLATFORMS_COMPLETED: Final = "platforms_completed"
PLAYER_SOURCE = "player_source"
SERVERS: Final = "servers"
WEBSOCKETS: Final = "websockets"