Fix #1145: Support ordering=random for artists, albums, tracks and channels endpoints
This commit is contained in:
parent
0ebd7c610d
commit
e6344338f9
3 changed files with 36 additions and 18 deletions
|
|
@ -35,6 +35,7 @@ class ChannelFilter(moderation_filters.HiddenContentFilterSet):
|
|||
fields=(
|
||||
("creation_date", "creation_date"),
|
||||
("artist__modification_date", "modification_date"),
|
||||
("?", "random"),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue