Add long play infra

This commit is contained in:
2023-03-08 12:11:58 -05:00
parent 788e1ab9e9
commit 960fe3e8d1
11 changed files with 209 additions and 48 deletions

View File

@ -92,6 +92,7 @@ class ScrobbleAdmin(admin.ModelAdmin):
list_filter = (
"is_paused",
"in_progress",
"long_play_complete",
"source",
)
ordering = ("-timestamp",)