Add rudimentary manual scrobbling

This commit is contained in:
2023-01-13 16:47:06 -05:00
parent eeee6eea4e
commit e6cf126f5c
13 changed files with 421 additions and 38 deletions

View File

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