Add sports as a preliminary scobble type

This commit is contained in:
2023-01-14 16:42:48 -05:00
parent e206a7fbf3
commit bd3a381346
14 changed files with 433 additions and 14 deletions

View File

@ -1,8 +1,8 @@
from django import forms
class ImdbScrobbleForm(forms.Form):
imdb_id = forms.CharField(
class ScrobbleForm(forms.Form):
item_id = forms.CharField(
label="",
widget=forms.TextInput(
attrs={