mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:39:24 +02:00
Fix #326: Can now order tracks on federated track list
This commit is contained in:
parent
75b4a8f652
commit
f156b8791d
3 changed files with 37 additions and 1 deletions
|
@ -171,6 +171,7 @@ class LibraryTrackFactory(factory.DjangoModelFactory):
|
|||
audio_url = factory.Faker("url")
|
||||
audio_mimetype = "audio/ogg"
|
||||
metadata = factory.SubFactory(LibraryTrackMetadataFactory)
|
||||
published_date = factory.LazyFunction(timezone.now)
|
||||
|
||||
class Meta:
|
||||
model = models.LibraryTrack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue