From a5d729d26a51ba5d42121288a5b9a8c0801ae493 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 14 Sep 2023 00:43:05 -0400 Subject: [PATCH] Add stub for future board game resume function --- vrobbler/apps/scrobbles/utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vrobbler/apps/scrobbles/utils.py b/vrobbler/apps/scrobbles/utils.py index 3a1a419..97c6023 100644 --- a/vrobbler/apps/scrobbles/utils.py +++ b/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 = {