fixes #709 - Add option to show all languages in image interface

This commit is contained in:
Luke Pulverenti
2014-02-11 22:33:59 -05:00
parent 03d17dea70
commit 5a41d7e0fd
6 changed files with 14 additions and 52 deletions

View File

@@ -190,8 +190,6 @@ 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);