Browse Source

Fix typo in view for resuming scrobbles

Colin Powell 1 year ago
parent
commit
d2d71b3c85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vrobbler/apps/scrobbles/views.py

+ 1 - 1
vrobbler/apps/scrobbles/views.py

@@ -451,7 +451,7 @@ def scrobble_start(request, uuid):
         )
 
     if (
-        user.profile.redirect_on_webpage
+        user.profile.redirect_to_webpage
         and media_obj.__class__.__name__ == Scrobble.MediaType.WEBPAGE
     ):
         logger.info(f"Redirecting to {media_obj} detail apge")