Code optimization
This commit is contained in:
parent
88cece3066
commit
f25eccb22c
1 changed files with 1 additions and 2 deletions
|
@ -1313,8 +1313,7 @@ class API(object):
|
||||||
append_show_title,
|
append_show_title,
|
||||||
append_sxxexx)
|
append_sxxexx)
|
||||||
self.add_video_streams(listitem)
|
self.add_video_streams(listitem)
|
||||||
artwork = self.artwork()
|
listitem.setArt(self.artwork())
|
||||||
listitem.setArt(artwork)
|
|
||||||
return listitem
|
return listitem
|
||||||
|
|
||||||
def _create_photo_listitem(self, listitem=None):
|
def _create_photo_listitem(self, listitem=None):
|
||||||
|
|
Loading…
Reference in a new issue