Fix suggestion

pull/4595/head
MrTimscampi 4 years ago
parent c196ad3351
commit 0dda909a60

@ -149,12 +149,7 @@ namespace Emby.Server.Implementations.TV
return allNextUp return allNextUp
.Where(i => .Where(i =>
{ {
if (i.Item1 != DateTime.MinValue) return i.Item1 != DateTime.MinValue;
{
return true;
}
return false;
}) })
.Select(i => i.Item2()) .Select(i => i.Item2())
.Where(i => i != null); .Where(i => i != null);

Loading…
Cancel
Save