mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 18:18:21 +00:00
Fix Plex live TV handling (#48953)
This commit is contained in:
parent
4da77b9768
commit
92746aa60c
@ -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