diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-25 14:26:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-25 14:26:12 +0200 |
commit | 3b46eec8aeb95eb0dce763e3569c0509b1da7607 (patch) | |
tree | c5b638072fb903d9a7690e9174a6c2fb6f9b968f /server/controllers | |
parent | f42dd5524b47e89d9b4491f784f05a99303cc934 (diff) | |
download | PeerTube-3b46eec8aeb95eb0dce763e3569c0509b1da7607.tar.gz PeerTube-3b46eec8aeb95eb0dce763e3569c0509b1da7607.tar.zst PeerTube-3b46eec8aeb95eb0dce763e3569c0509b1da7607.zip |
Remove unused param
Diffstat (limited to 'server/controllers')
-rw-r--r-- | server/controllers/api/search/search-videos.ts | 1 |
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 | ||