Fix typo in view for resuming scrobbles
This commit is contained in:
@ -451,7 +451,7 @@ def scrobble_start(request, uuid):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (
|
if (
|
||||||
user.profile.redirect_on_webpage
|
user.profile.redirect_to_webpage
|
||||||
and media_obj.__class__.__name__ == Scrobble.MediaType.WEBPAGE
|
and media_obj.__class__.__name__ == Scrobble.MediaType.WEBPAGE
|
||||||
):
|
):
|
||||||
logger.info(f"Redirecting to {media_obj} detail apge")
|
logger.info(f"Redirecting to {media_obj} detail apge")
|
||||||
|
|||||||
Reference in New Issue
Block a user