mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Merge rPF50ca46583558: T357: Sort tracks by publication date rather than creation date.
This commit is contained in:
parent
843eb4351a
commit
8088b66b8e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ angular.module('ponyfm').factory('tracks', [
|
|||
type: 'single'
|
||||
name: 'sort'
|
||||
values: [
|
||||
{title: 'Latest', query: '', isDefault: true, filter: 'order=created_at,desc'},
|
||||
{title: 'Latest', query: '', isDefault: true, filter: 'order=published_at,desc'},
|
||||
{title: 'Most Played', query: 'plays', isDefault: false, filter: 'order=play_count,desc'},
|
||||
{title: 'Most Downloaded', query: 'downloads', isDefault: false, filter: 'order=download_count,desc'},
|
||||
{title: 'Most Favourited', query: 'favourites', isDefault: false, filter: 'order=favourite_count,desc'}
|
||||
|
|
Loading…
Reference in a new issue