diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-11 22:33:59 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-11 22:33:59 -0500 |
| commit | 5a41d7e0fd2336d3989b2d93a9ef569e6619436c (patch) | |
| tree | 113fdb5d9f678a5277214864e7ac4c6bfa84b502 /MediaBrowser.Controller/LiveTv/LiveTvProgram.cs | |
| parent | 03d17dea70c0b4fb7be589eaacca2b942d90e95f (diff) | |
fixes #709 - Add option to show all languages in image interface
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/LiveTvProgram.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvProgram.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs index e7a501479..48041da11 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs @@ -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); |
