diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-01 15:08:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-01 15:08:59 +0100 |
commit | 49cff3a4c950b22ae13f345dc4eab803d96a236e (patch) | |
tree | cd918676792834b6cfaee70c582249496320ddd1 /server/initializers | |
parent | 15feebd97ab5291f81b2a8cdcb16a8e4f4c5aa69 (diff) | |
download | PeerTube-49cff3a4c950b22ae13f345dc4eab803d96a236e.tar.gz PeerTube-49cff3a4c950b22ae13f345dc4eab803d96a236e.tar.zst PeerTube-49cff3a4c950b22ae13f345dc4eab803d96a236e.zip |
Keep displayName as valid playlist sort
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 4bba68a81..2c7acd757 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -85,7 +85,7 @@ const SORTABLE_COLUMNS = { | |||
85 | 85 | ||
86 | USER_NOTIFICATIONS: [ 'createdAt', 'read' ], | 86 | USER_NOTIFICATIONS: [ 'createdAt', 'read' ], |
87 | 87 | ||
88 | VIDEO_PLAYLISTS: [ 'name', 'createdAt', 'updatedAt' ], | 88 | VIDEO_PLAYLISTS: [ 'name', 'displayName', 'createdAt', 'updatedAt' ], |
89 | 89 | ||
90 | PLUGINS: [ 'name', 'createdAt', 'updatedAt' ], | 90 | PLUGINS: [ 'name', 'createdAt', 'updatedAt' ], |
91 | 91 | ||