Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lasers
FreeTube
Commits
e08e1bd0
Unverified
Commit
e08e1bd0
authored
Mar 17, 2021
by
Luca Hohmann
Committed by
GitHub
Mar 17, 2021
Browse files
Merge pull request #1124 from GilgusMaximus/development
Added fix for wrongly applied publishedText template
parents
310e4cac
d2ee285e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/renderer/store/modules/ytdl.js
View file @
e08e1bd0
...
@@ -347,7 +347,7 @@ const actions = {
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment