diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-24 23:54:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-24 23:54:32 -0400 |
| commit | bbaf88ae1f088584f9130852cd99ad372adce136 (patch) | |
| tree | d3f1f19c44527f96d603b09a6c960f33b3efd2c7 /MediaBrowser.Server.Implementations/LiveTv | |
| parent | e62270df353aa8e2ae0a20aeff7d5aa6f9b62630 (diff) | |
update tv db cleanup
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index ffa774300..2bc6cbadf 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs @@ -1115,7 +1115,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv { cancellationToken.ThrowIfCancellationRequested(); - if (!currentIdList.Contains(new Guid(programId))) + if (!currentIdList.Contains(programId)) { var program = _libraryManager.GetItemById(programId); |
