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, {
|
ytdl.getInfo(videoId, {
|
||||||
lang: localStorage.getItem('locale'),
|
lang: 'en-US',
|
||||||
requestOptions: { agent }
|
requestOptions: { agent }
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
resolve(result)
|
resolve(result)
|
||||||
|
|
Loading…
Reference in New Issue