minor fix

nextdate shouldn't be increased if manual mode is selected
This commit is contained in:
MikaelBergquist 2017-09-21 00:48:54 +02:00
parent 768f72e67b
commit cfef063df6
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ else
puts next_date
break if next_date + 7 > Date.today
end
next_date += 7;
end
next_date += 7;
episode = 1
links.each do |link|