mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-28 16:28:29 +00:00
Fixed typo on loop not allowing subsciption import from YT
Fixing this solved import of subscription from G YT takeout.
This commit is contained in:
parent
db3c57d49f
commit
c0fb1981af
@ -16,7 +16,7 @@ struct Invidious::User
|
|||||||
rows.each do |row|
|
rows.each do |row|
|
||||||
# Limit to 1200
|
# Limit to 1200
|
||||||
row_counter += 1
|
row_counter += 1
|
||||||
break if row_counter > 1_200
|
break if row_counter > 1200
|
||||||
|
|
||||||
# Channel ID is the first column in the csv export we can't use the header
|
# Channel ID is the first column in the csv export we can't use the header
|
||||||
# name, because the header name is localized depending on the
|
# name, because the header name is localized depending on the
|
||||||
|
Loading…
Reference in New Issue
Block a user