[templates] Fix bug in calendar view
Some checks failed
build / test (push) Has been cancelled

This commit is contained in:
2026-06-18 15:27:09 -04:00
parent 718fcf7392
commit 57a952a6d1
2 changed files with 6 additions and 1 deletions

View File

@ -1717,6 +1717,7 @@ class ScrobbleCalendarView(LoginRequiredMixin, TemplateView):
for scrobble in day_map[day_num]:
day_scrobbles.append(
{
"id": scrobble.pk,
"uuid": scrobble.uuid,
"emoji": self.MEDIA_EMOJI.get(scrobble.media_type, "📌"),
"title": (