فهرست منبع

Add stub for future board game resume function

Colin Powell 1 سال پیش
والد
کامیت
a5d729d26a
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      vrobbler/apps/scrobbles/utils.py

+ 4 - 0
vrobbler/apps/scrobbles/utils.py

@@ -150,6 +150,10 @@ def get_scrobbles_for_media(media_obj, user: User) -> models.QuerySet:
     return Scrobble.objects.filter(media_query, user=user)
 
 
+def get_recently_played_board_games(user: User) -> dict:
+    ...
+
+
 def get_long_plays_in_progress(user: User) -> dict:
     """Find all books where the last scrobble is not marked complete"""
     media_dict = {