mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04: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|
|
||||
# Limit to 1200
|
||||
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
|
||||
# name, because the header name is localized depending on the
|
||||
|
Loading…
x
Reference in New Issue
Block a user