From d2d71b3c8594633f746770b732058e7100127aea Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 18 Jan 2024 17:06:00 -0500 Subject: [PATCH] Fix typo in view for resuming scrobbles --- vrobbler/apps/scrobbles/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.py index 911c9f4..65c64cd 100644 --- a/vrobbler/apps/scrobbles/views.py +++ b/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")