Przeglądaj źródła

Fix typo in view for resuming scrobbles

Colin Powell 1 rok temu
rodzic
commit
d2d71b3c85
1 zmienionych plików z 1 dodań i 1 usunięć
  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")