Example #1
0
 def media_path(self):
     """Get the relative path to the media."""
     if self.series:
         return image_cache.get_path(self.img_type, self.series_obj)
     else:
         return ''
Example #2
0
 def media_path(self):
     """Get the relative path to the media."""
     if self.series:
         return image_cache.get_path(self.img_type, self.series_obj)
     else:
         return ''