|
@@ -762,6 +762,9 @@ class ScrobbleStatusView(LoginRequiredMixin, TemplateView):
|
|
|
data["browsing"] = progress_plays.filter(
|
|
|
web_page__isnull=False
|
|
|
).first()
|
|
|
+ data["participating"] = progress_plays.filter(
|
|
|
+ life_event__isnull=False
|
|
|
+ ).first()
|
|
|
|
|
|
long_plays = user_scrobble_qs.filter(
|
|
|
long_play_complete=False, played_to_completion=True
|