mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
fix video selection offset
This commit is contained in:
parent
f3776613b4
commit
289f1d8c63
|
@ -107,7 +107,7 @@ module Youtube
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return yt_metadata[input]["href"]
|
return yt_metadata[input-1]["href"]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue