aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/initializers/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts
index da837837e..b7783eb68 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: [ 'displayName', 'createdAt', 'updatedAt' ], 88 VIDEO_PLAYLISTS: [ 'name', 'createdAt', 'updatedAt' ],
89 89
90 PLUGINS: [ 'name', 'createdAt', 'updatedAt' ], 90 PLUGINS: [ 'name', 'createdAt', 'updatedAt' ],
91 91