Fix Plex live TV handling (#48953)
This commit is contained in:
parent
7e2c8a2737
commit
2e32589741
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue