playlist import -- fixes and integration into the sound monitor

This commit is contained in:
bkfox
2016-07-16 23:51:53 +02:00
parent 161af3fb1a
commit 32a30004d6
7 changed files with 75 additions and 70 deletions

View File

@@ -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'),