mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 23:08:42 +01:00
keep channels db clean
This commit is contained in:
@@ -85,6 +85,8 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
|
||||
|
||||
foreach (var id in invalidIds)
|
||||
{
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
var item = _libraryManager.GetItemById(id);
|
||||
|
||||
await _libraryManager.DeleteItem(item, new DeleteOptions
|
||||
|
||||
Reference in New Issue
Block a user