playlist import -- fixes and integration into the sound monitor
This commit is contained in:
@@ -9,7 +9,7 @@ import aircox.programs.models as programs
|
||||
class TrackForm (forms.ModelForm):
|
||||
class Meta:
|
||||
model = programs.Track
|
||||
fields = ['artist', 'name', 'tags', 'position']
|
||||
fields = ['artist', 'title', 'tags', 'position']
|
||||
widgets = {
|
||||
# 'artist': al.TextWidget('TrackArtistAutocomplete'),
|
||||
# 'name': al.TextWidget('TrackNameAutocomplete'),
|
||||
|
||||
Reference in New Issue
Block a user