Browse Source

Add media type to scrobble admin filter

Colin Powell 2 năm trước cách đây
mục cha
commit
1f7846f096
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      vrobbler/apps/scrobbles/admin.py

+ 1 - 0
vrobbler/apps/scrobbles/admin.py

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