mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-16 20:50:48 +01:00
extracted provider manager. took more off the kernel
This commit is contained in:
@@ -93,7 +93,7 @@ namespace MediaBrowser.Api.Playback
|
||||
/// <returns>System.String.</returns>
|
||||
protected string GetOutputFilePath(StreamState state)
|
||||
{
|
||||
var folder = ApplicationPaths.FFMpegStreamCachePath;
|
||||
var folder = ApplicationPaths.EncodedMediaCachePath;
|
||||
return Path.Combine(folder, GetCommandLineArguments("dummy\\dummy", state).GetMD5() + GetOutputFileExtension(state).ToLower());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user