1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00

Fix Plex live TV handling (#48953)

This commit is contained in:
jjlawren 2021-04-09 12:38:01 -05:00 committed by GitHub
parent 7e2c8a2737
commit 2e32589741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from homeassistant.components.media_player.const import (
)
from homeassistant.util import dt as dt_util
LIVE_TV_SECTION = "-4"
LIVE_TV_SECTION = -4
class PlexSession: