diff options
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index e5f88b71d..4163fe49d 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -62,7 +62,9 @@ const SORTABLE_COLUMNS = { | |||
62 | 62 | ||
63 | USER_NOTIFICATIONS: [ 'createdAt' ], | 63 | USER_NOTIFICATIONS: [ 'createdAt' ], |
64 | 64 | ||
65 | VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ] | 65 | VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ], |
66 | |||
67 | PLUGINS: [ 'name', 'createdAt', 'updatedAt' ] | ||
66 | } | 68 | } |
67 | 69 | ||
68 | const OAUTH_LIFETIME = { | 70 | const OAUTH_LIFETIME = { |