Don't sort ad_slots

このコミットが含まれているのは:
Omar Roth 2018-04-08 12:47:39 -05:00
コミット e8349ae46b
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -293,7 +293,6 @@ get "/watch" do |env|
if video.info["ad_slots"]?
ad_slots = video.info["ad_slots"].split(",")
ad_slots.sort_by! { |a| a.to_i }
ad_slots = ad_slots.join(", ")
end