[scrobbles] Add webpages to status

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

View File

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