Let's also thumbnail the now playing widget

This commit is contained in:
2023-03-28 15:24:04 -04:00
parent c39430e987
commit 76cc1f7b1c
8 changed files with 36 additions and 29 deletions

View File

@ -44,7 +44,7 @@ class ScrobblableMixin(TimeStampedModel):
abstract = True
@property
def primary_image_url(self) -> str:
def primary_image(self) -> Optional["ImageField"]:
logger.warn(f"Not implemented yet")
return ""