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 = { USER_NOTIFICATIONS: [ 'createdAt', 'read' ], - VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ], + VIDEO_PLAYLISTS: [ 'name', 'createdAt', 'updatedAt' ], PLUGINS: [ 'name', 'createdAt', 'updatedAt' ],