From f1c22bfbc0c09b35bc14ed8deb48e826856d2918 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 19 Apr 2023 00:03:51 -0400 Subject: [PATCH] Disable lastfm import button if auto imports on --- vrobbler/templates/scrobbles/scrobble_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 8d12e01..52ffcb7 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -52,7 +52,7 @@
{% if user.is_authenticated %}
- {% if user.profile.lastfm_username %} + {% if user.profile.lastfm_username and not user.profile.lastfm_auto_import %}