mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix Plex live TV handling (#48953)
This commit is contained in:
parent
7e2c8a2737
commit
2e32589741
@ -7,7 +7,7 @@ from homeassistant.components.media_player.const import (
|
|||||||
)
|
)
|
||||||
from homeassistant.util import dt as dt_util
|
from homeassistant.util import dt as dt_util
|
||||||
|
|
||||||
LIVE_TV_SECTION = "-4"
|
LIVE_TV_SECTION = -4
|
||||||
|
|
||||||
|
|
||||||
class PlexSession:
|
class PlexSession:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user