Fix Plex live TV handling (#48953)

This commit is contained in:
jjlawren 2021-04-09 12:38:01 -05:00 committed by Paulus Schoutsen
parent 4da77b9768
commit 92746aa60c

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: