aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers')
-rw-r--r--server/controllers/api/search/search-videos.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/controllers/api/search/search-videos.ts b/server/controllers/api/search/search-videos.ts
index 034a63ace..d0ab7f12a 100644
--- a/server/controllers/api/search/search-videos.ts
+++ b/server/controllers/api/search/search-videos.ts
@@ -137,7 +137,6 @@ async function searchVideoURI (url: string, res: express.Response) {
137 rates: false, 137 rates: false,
138 shares: false, 138 shares: false,
139 comments: false, 139 comments: false,
140 thumbnail: true,
141 refreshVideo: false 140 refreshVideo: false
142 } 141 }
143 142