Browse Source

Fix bad import of scrobbler methods

Colin Powell 1 year ago
parent
commit
6696d38638
1 changed files with 1 additions and 11 deletions
  1. 1 11
      vrobbler/apps/scrobbles/views.py

+ 1 - 11
vrobbler/apps/scrobbles/views.py

@@ -45,17 +45,7 @@ from scrobbles.models import (
     RetroarchImport,
     RetroarchImport,
     Scrobble,
     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 (
 from scrobbles.tasks import (
     process_koreader_import,
     process_koreader_import,
     process_lastfm_import,
     process_lastfm_import,