Added fix for wrongly applied publishedText template
This commit is contained in:
parent
310e4cac09
commit
d2ee285e45
|
@ -347,7 +347,7 @@ const actions = {
|
|||
}
|
||||
|
||||
ytdl.getInfo(videoId, {
|
||||
lang: localStorage.getItem('locale'),
|
||||
lang: 'en-US',
|
||||
requestOptions: { agent }
|
||||
}).then((result) => {
|
||||
resolve(result)
|
||||
|
|
Loading…
Reference in New Issue