Give priority to local uploads when playing a track
This commit is contained in:
parent
2074234acb
commit
95ba6e1b22
3 changed files with 10 additions and 2 deletions
|
|
@ -354,6 +354,7 @@ def test_serialize_upload(factories):
|
|||
"mimetype": upload.mimetype,
|
||||
"extension": upload.extension,
|
||||
"duration": upload.duration,
|
||||
"is_local": False,
|
||||
}
|
||||
|
||||
data = serializers.serialize_upload(upload)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue