mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 07:39:24 +02:00
Can now import library tracks from front-end
This commit is contained in:
parent
2cef58e6c1
commit
3a31248a3d
7 changed files with 249 additions and 4 deletions
|
@ -19,5 +19,5 @@ class TranscodeForm(forms.Form):
|
|||
choices=BITRATE_CHOICES, required=False)
|
||||
|
||||
track_file = forms.ModelChoiceField(
|
||||
queryset=models.TrackFile.objects.all()
|
||||
queryset=models.TrackFile.objects.exclude(audio_file__isnull=True)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue