diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-07 17:06:00 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-03-18 11:17:59 +0100 |
commit | f0a3988066f72a28bb44520af072f18d91d77dde (patch) | |
tree | dfa3a92102557b567530c5dd014c90866621140a /server/initializers | |
parent | 830b4faff15fb9c81d88e8e69fcdf94aad32bef8 (diff) | |
download | PeerTube-f0a3988066f72a28bb44520af072f18d91d77dde.tar.gz PeerTube-f0a3988066f72a28bb44520af072f18d91d77dde.tar.zst PeerTube-f0a3988066f72a28bb44520af072f18d91d77dde.zip |
Add to playlist dropdown
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 54c390540..169a98ceb 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -56,7 +56,7 @@ const SORTABLE_COLUMNS = { | |||
56 | 56 | ||
57 | USER_NOTIFICATIONS: [ 'createdAt' ], | 57 | USER_NOTIFICATIONS: [ 'createdAt' ], |
58 | 58 | ||
59 | VIDEO_PLAYLISTS: [ 'createdAt' ] | 59 | VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ] |
60 | } | 60 | } |
61 | 61 | ||
62 | const OAUTH_LIFETIME = { | 62 | const OAUTH_LIFETIME = { |