simplify channel browse code

add experimental support for live tv channels and recordings (without pvr)
This commit is contained in:
marcelveldt 2016-01-19 21:27:58 +01:00
parent ad6a4b2dd5
commit 7cf615f671
4 changed files with 73 additions and 81 deletions

View file

@ -506,7 +506,7 @@ class Artwork():
id = item['Id']
artworks = item['ImageTags']
backdrops = item['BackdropImageTags']
backdrops = item.get('BackdropImageTags',[])
maxHeight = 10000
maxWidth = 10000