소스 검색

Fix typo in view for resuming scrobbles

Colin Powell 1 년 전
부모
커밋
d2d71b3c85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")