From 6696d3863841a72811ac7faf7522ceea8691be60 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 30 Nov 2023 21:37:01 +0100 Subject: [PATCH] Fix bad import of scrobbler methods --- vrobbler/apps/scrobbles/views.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.py index 8ed180c..8e50b88 100644 --- a/vrobbler/apps/scrobbles/views.py +++ b/vrobbler/apps/scrobbles/views.py @@ -45,17 +45,7 @@ from scrobbles.models import ( RetroarchImport, Scrobble, ) -from scrobbles.scrobblers import ( - gpslogger_scrobble_location, - jellyfin_scrobble_track, - jellyfin_scrobble_video, - manual_scrobble_board_game, - manual_scrobble_book, - manual_scrobble_video_game, - manual_scrobble_webpage, - mopidy_scrobble_podcast, - mopidy_scrobble_track, -) +from scrobbles.scrobblers import * from scrobbles.tasks import ( process_koreader_import, process_lastfm_import,