Ejemplo n.º 1
0
 def get_streamdetails(self, db_id, media_type, ignore_cache=False):
     '''get a nicely formatted dict of the streamdetails '''
     from helpers.streamdetails import get_streamdetails
     return get_streamdetails(self.kodidb, db_id, media_type)
Ejemplo n.º 2
0
 def get_streamdetails(self, db_id, media_type, ignore_cache=False):
     '''get a nicely formatted dict of the streamdetails '''
     from helpers.streamdetails import get_streamdetails
     return get_streamdetails(self.kodidb, db_id, media_type)