mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:26 -04:00
remove unused variable
simplify resolve url remove trailing spaces Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
bb04bcc42c
commit
4f25069f55
3 changed files with 3 additions and 4 deletions
|
@ -131,7 +131,7 @@ function get_youtube_replies(target, load_more, load_replies) {
|
|||
'&hl=' + video_data.preferences.locale +
|
||||
'&thin_mode=' + video_data.preferences.thin_mode +
|
||||
'&continuation=' + continuation;
|
||||
|
||||
|
||||
if (video_data.ucid) {
|
||||
url += '&ucid=' + video_data.ucid
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue