diff options
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 | ||