update tv db cleanup

This commit is contained in:
Luke Pulverenti
2015-03-24 23:54:32 -04:00
parent e62270df35
commit bbaf88ae1f
7 changed files with 23 additions and 20 deletions

View File

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