|
@@ -80,8 +80,8 @@ class Episode(ScrobblableMixin):
|
|
@property
|
|
@property
|
|
def primary_image_url(self) -> str:
|
|
def primary_image_url(self) -> str:
|
|
url = ""
|
|
url = ""
|
|
- if self.podcast.cover:
|
|
|
|
- url = self.podcast.cover.url
|
|
|
|
|
|
+ if self.podcast.cover_image:
|
|
|
|
+ url = self.podcast.cover_image.url
|
|
return url
|
|
return url
|
|
|
|
|
|
@classmethod
|
|
@classmethod
|