aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-11 21:38:38 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-11 21:38:38 -0400
commit77ac8826e3ffb9d8da1ae3f949448852240ed437 (patch)
tree9214792d2a207cd3c98c9fc1eb13109b4d6c4ebe /MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
parent6d983daf78e22290cf3962ccb4f87f9413a8b34a (diff)
live tv updates
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
index 3d486b90da..92e2aedd25 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -1145,6 +1145,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
_refreshedPrograms.Clear();
progress.Report(90);
+ RefreshIfNeeded(programs.Take(500));
+
// Load these now which will prefetch metadata
await GetRecordings(new RecordingQuery(), cancellationToken).ConfigureAwait(false);
progress.Report(100);