mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03:00
Remove FileSystem.GetStream
This commit is contained in:
@@ -248,7 +248,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
// ContentType = contentType,
|
||||
// IsHeadRequest = isHeadRequest,
|
||||
// Path = outputPath,
|
||||
// FileShare = FileShareMode.ReadWrite,
|
||||
// FileShare = FileShare.ReadWrite,
|
||||
// OnComplete = () =>
|
||||
// {
|
||||
// if (transcodingJob != null)
|
||||
|
||||
Reference in New Issue
Block a user