Merge pull request #1124 from GilgusMaximus/development

Added fix for wrongly applied publishedText template
This commit is contained in:
Luca Hohmann 2021-03-17 23:21:50 +01:00 committed by GitHub
commit e08e1bd099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ const actions = {
}
ytdl.getInfo(videoId, {
lang: localStorage.getItem('locale'),
lang: 'en-US',
requestOptions: { agent }
}).then((result) => {
resolve(result)