fixes #709 - show all languages

This commit is contained in:
Luke Pulverenti
2014-02-11 22:46:27 -05:00
parent e57259b302
commit 1ff62edd84
7 changed files with 55 additions and 17 deletions

View File

@@ -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);