mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
Kill ProgressiveFileCopier and seek to end for ongoing livetv
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#pragma warning disable CA1711, CS1591
|
||||
|
||||
using System.IO;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MediaBrowser.Model.Dto;
|
||||
@@ -25,5 +26,7 @@ namespace MediaBrowser.Controller.Library
|
||||
Task Open(CancellationToken openCancellationToken);
|
||||
|
||||
Task Close();
|
||||
|
||||
Stream GetStream(bool seekNearEnd = true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user