From b427731bc3b4af993430a72e4cb8fee63548eb0f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 28 Dec 2023 23:15:14 -0500 Subject: [PATCH] Use raw IDs for scrobbler media --- vrobbler/apps/scrobbles/admin.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vrobbler/apps/scrobbles/admin.py b/vrobbler/apps/scrobbles/admin.py index 58a3ee6..5e9df98 100644 --- a/vrobbler/apps/scrobbles/admin.py +++ b/vrobbler/apps/scrobbles/admin.py @@ -108,6 +108,9 @@ class ScrobbleAdmin(admin.ModelAdmin): "sport_event", "book", "video_game", + "board_game", + "geo_location", + "webpage", ) list_filter = ( "is_paused",