aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-11 22:46:27 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-11 22:46:27 -0500
commit1ff62edd845e0ff2da2150307b4addb13794bd16 (patch)
treeb74a3193d15305bae92276094575822fbcf0e31b /MediaBrowser.Controller/LiveTv
parente57259b302bc98fd88d09df4fc682660ec6d0d91 (diff)
fixes #709 - show all languages
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
-rw-r--r--MediaBrowser.Controller/LiveTv/LiveTvProgram.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs
index 48041da111..e7a5014790 100644
--- a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs
+++ b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs
@@ -190,6 +190,8 @@ namespace MediaBrowser.Controller.LiveTv
public override Task UpdateToRepository(ItemUpdateType updateReason, CancellationToken cancellationToken)
{
+ DateLastSaved = DateTime.UtcNow;
+
// Avoid library manager and keep out of in-memory cache
// Not great that this class has to know about that, but we'll improve that later.
return ItemRepository.SaveItem(this, cancellationToken);