diff options
Diffstat (limited to 'server/controllers/api/search')
-rw-r--r-- | server/controllers/api/search/search-videos.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/controllers/api/search/search-videos.ts b/server/controllers/api/search/search-videos.ts index 68428d766..1d7a7b7bc 100644 --- a/server/controllers/api/search/search-videos.ts +++ b/server/controllers/api/search/search-videos.ts | |||
@@ -134,8 +134,7 @@ async function searchVideoURI (url: string, res: express.Response) { | |||
134 | if (isUserAbleToSearchRemoteURI(res)) { | 134 | if (isUserAbleToSearchRemoteURI(res)) { |
135 | try { | 135 | try { |
136 | const syncParam = { | 136 | const syncParam = { |
137 | likes: false, | 137 | rates: false, |
138 | dislikes: false, | ||
139 | shares: false, | 138 | shares: false, |
140 | comments: false, | 139 | comments: false, |
141 | thumbnail: true, | 140 | thumbnail: true, |