40414243444546
if (s.getNextAirDate() == null || s.getNextAirDate().after(now.getTime())) continue; downloadableShows.add(s); } new ShowDownloader(downloadableShows).start(); }
55565758596061
if (s == null) return; if (checkDate && (s.getNextAirDate() == null || s.getNextAirDate().after(Calendar.getInstance().getTime()))) return; new ShowDownloader(s).start(); }