|
@@ -791,6 +791,7 @@ class ScrobbleStatusView(LoginRequiredMixin, TemplateView):
|
|
data["participating"] = progress_plays.filter(
|
|
data["participating"] = progress_plays.filter(
|
|
life_event__isnull=False
|
|
life_event__isnull=False
|
|
).first()
|
|
).first()
|
|
|
|
+ data["working"] = progress_plays.filter(task__isnull=False).first()
|
|
|
|
|
|
long_plays = user_scrobble_qs.filter(
|
|
long_plays = user_scrobble_qs.filter(
|
|
long_play_complete=False, played_to_completion=True
|
|
long_play_complete=False, played_to_completion=True
|