mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 12:56:30 +01:00
add mic to header
This commit is contained in:
@@ -1153,7 +1153,11 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
|
||||
if (item != null)
|
||||
{
|
||||
await _libraryManager.DeleteItem(item).ConfigureAwait(false);
|
||||
await _libraryManager.DeleteItem(item, new DeleteOptions
|
||||
{
|
||||
DeleteFileLocation = false
|
||||
|
||||
}).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user