forked from embee/woomy
add local=true to invidious
This commit is contained in:
parent
d9ac55f8a1
commit
95ce384eee
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ exports.getGuild = function (id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.getLinkFromID = function (id) {
|
exports.getLinkFromID = function (id) {
|
||||||
return 'https://invidio.us/watch?v=' + id
|
return 'https://invidio.us/watch?v=' + id + '&local=true'
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.getVideoByQuery = async function (client, query, message) {
|
exports.getVideoByQuery = async function (client, query, message) {
|
||||||
|
|
Loading…
Reference in a new issue