[trails] Finish hooking things up for trails

This commit is contained in:
2024-09-09 17:20:10 -04:00
parent 85c4963619
commit e4738e464f
3 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,9 @@ class ScrobblableMixin(TimeStampedModel):
)
return Scrobble.create_or_update(self, user_id, scrobble_data)
def get_start_url(self):
return reverse("scrobbles:start", kwargs={"uuid": self.uuid})
@property
def primary_image_url(self) -> str:
logger.warning(f"Not implemented yet")