Enable channels for Plex home users
This commit is contained in:
parent
1e8ec2f0d7
commit
2f073c3a15
1 changed files with 0 additions and 4 deletions
|
@ -752,10 +752,6 @@ def channels():
|
|||
"""
|
||||
Listing for Plex Channels
|
||||
"""
|
||||
if window('plex_restricteduser') == 'true':
|
||||
log.error('No Plex Channels - restricted user')
|
||||
return xbmcplugin.endOfDirectory(HANDLE, False)
|
||||
|
||||
xml = downloadutils.DownloadUtils().downloadUrl('{server}/channels/all')
|
||||
try:
|
||||
xml[0].attrib
|
||||
|
|
Loading…
Reference in a new issue