diff options
Diffstat (limited to 'server/initializers/constants.ts')
-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 e1f877e80..e6fda88c2 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -29,7 +29,7 @@ const PAGINATION_COUNT_DEFAULT = 15 | |||
29 | 29 | ||
30 | // Sortable columns per schema | 30 | // Sortable columns per schema |
31 | const SEARCHABLE_COLUMNS = { | 31 | const SEARCHABLE_COLUMNS = { |
32 | VIDEOS: [ 'name', 'magnetUri', 'host', 'author', 'tags' ] | 32 | VIDEOS: [ 'name', 'magnetUri', 'host', 'account', 'tags' ] |
33 | } | 33 | } |
34 | 34 | ||
35 | // Sortable columns per schema | 35 | // Sortable columns per schema |