Use raw IDs for scrobbler media

This commit is contained in:
2023-12-28 23:15:14 -05:00
parent 6058024434
commit b427731bc3

View File

@ -108,6 +108,9 @@ class ScrobbleAdmin(admin.ModelAdmin):
"sport_event",
"book",
"video_game",
"board_game",
"geo_location",
"webpage",
)
list_filter = (
"is_paused",