Give priority to local uploads when playing a track

This commit is contained in:
Agate 2020-08-06 16:21:55 +02:00
commit 95ba6e1b22
3 changed files with 10 additions and 2 deletions

View file

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