mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix Plex live TV handling (#48953)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user