mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
set the search type to video lol
This commit is contained in:
parent
91a3e4f4e1
commit
5fd8b6712a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
|
||||
let continuation = req.query.continuation || "";
|
||||
let date = req.query.date || "";
|
||||
let type = req.query.type || "";
|
||||
let type = "video";
|
||||
let duration = req.query.duration || "";
|
||||
let sort = req.query.sort || "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue