예제 #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)
예제 #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)