update tv db cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user