[videos] Add video to play again media

This commit is contained in:
2025-11-02 23:52:26 -05:00
parent b4dbbb4211
commit d928d266b9
2 changed files with 2 additions and 2 deletions

View File

@ -604,8 +604,7 @@ def scrobble_start(request, uuid):
"[scrobble_start] media object not found",
extra={"uuid": uuid, "user_id": user.id},
)
# TODO Log that we couldn't find a media obj to scrobble
return
raise Exception("No media object provided to scrobble")
scrobble = None
user_id = request.user.id