add local=true to invidious

This commit is contained in:
Lukáš H 2020-06-06 11:15:12 +02:00
parent d9ac55f8a1
commit 95ce384eee
No known key found for this signature in database
GPG Key ID: 52AED802C323B705
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ exports.getGuild = 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) {