updated image magick

This commit is contained in:
Luke Pulverenti
2015-04-11 17:34:05 -04:00
parent a639d32454
commit 6d983daf78
8 changed files with 53 additions and 20 deletions

View File

@@ -1212,8 +1212,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
var days = Math.Round(((double)maxPrograms) / programsPerDay);
// No less than 2, no more than 7
return Math.Max(2, Math.Min(days, 7));
return Math.Max(3, Math.Min(days, 14));
}
private async Task<IEnumerable<Tuple<string, ChannelInfo>>> GetChannels(ILiveTvService service, CancellationToken cancellationToken)