mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 02:30:23 +01:00
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