[scrobbles] Add sports to the status

This commit is contained in:
2024-04-16 15:14:52 -04:00
parent 1c41ca3e18
commit 8a5f200b44
2 changed files with 17 additions and 0 deletions

View File

@ -759,6 +759,9 @@ class ScrobbleStatusView(LoginRequiredMixin, TemplateView):
data["playing"] = progress_plays.filter(
board_game__isnull=False
).first()
data["sporting"] = progress_plays.filter(
sport_event__isnull=False
).first()
long_plays = user_scrobble_qs.filter(
long_play_complete=False, played_to_completion=True