Browse Source

Fix typo in view for resuming scrobbles

Colin Powell 1 năm trước cách đây
mục cha
commit
d2d71b3c85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")