[scrobbles] Add sports to the status
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user