Add manual scrobble to main page

This commit is contained in:
2023-01-13 17:12:50 -05:00
parent 5b07c70ca2
commit 1d868d3075
4 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,5 @@
from django import forms
class ScrobbleForm(forms.Form):
class ImdbScrobbleForm(forms.Form):
imdb_id = forms.CharField(label="IMDB", max_length=30)