Make way for more manual scrobbling options ...

Next stop, sports games!
This commit is contained in:
2023-01-13 16:52:45 -05:00
parent e6cf126f5c
commit 9607fb2d1e
3 changed files with 10 additions and 6 deletions

View File

@ -85,7 +85,7 @@ class RecentScrobbleList(ListView):
).order_by('-timestamp')[:15]
class ManualScrobbleView(FormView):
class ManualImdbScrobbleView(FormView):
form_class = ScrobbleForm
template_name = 'scrobbles/manual_form.html'