sessions / 57a952a6d1a23c80e5116e6ad7d0a41388b91eb9

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit 57a952a6d1a23c80e5116e6ad7d0a41388b91eb9Author: Colin Powell <colin@unbl.ink>Date:   Thu Jun 18 15:27:09 2026 -0400    [templates] Fix bug in calendar viewdiff --git a/PROJECT.org b/PROJECT.orgindex 7e7a9bf..562bf65 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/22] :vrobbler:project:personal:+* Backlog [2/23] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -591,6 +591,10 @@ a helper method to create board game scrobbles given a json blob. It's independent of the email flow it was originally creatdd for  ** TODO [#B] Is there way to create unique slugs for media instances :media_types:+** DONE [#A] Fix bug in scrobble id in calendar view :templates:+:PROPERTIES:+:ID:       8cb34852-b18f-e794-cd9b-fb1ecad70a0d+:END: ** DONE [#A] Video game cleanup script should clear out broken images :metadata:videogames: :PROPERTIES: :ID:       ca1f1ea9-0f79-082c-5ff7-867671faff4bdiff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.pyindex 394b1b6..b24fcb5 100644--- a/vrobbler/apps/scrobbles/views.py+++ b/vrobbler/apps/scrobbles/views.py@@ -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": (