mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix Plex handling of clips (#46667)
This commit is contained in:
parent
eb8d723689
commit
272e975a52
@ -70,7 +70,7 @@ class PlexSession:
|
||||
self.media_library_title = "Live TV"
|
||||
else:
|
||||
self.media_library_title = (
|
||||
media.section().title if media.section() is not None else ""
|
||||
media.section().title if media.librarySectionID is not None else ""
|
||||
)
|
||||
|
||||
if media.type == "episode":
|
||||
|
Loading…
x
Reference in New Issue
Block a user