mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
switch to new CC url
This commit is contained in:
@@ -127,6 +127,7 @@ namespace MediaBrowser.Api.Playback
|
||||
var data = GetCommandLineArguments("dummy\\dummy", "dummyTranscodingId", state, false);
|
||||
|
||||
data += "-" + (state.Request.DeviceId ?? string.Empty);
|
||||
data += "-" + (state.Request.ClientTime ?? string.Empty);
|
||||
|
||||
return Path.Combine(folder, data.GetMD5().ToString("N") + (outputFileExtension ?? string.Empty).ToLower());
|
||||
}
|
||||
@@ -1384,6 +1385,10 @@ namespace MediaBrowser.Api.Playback
|
||||
videoRequest.Level = val;
|
||||
}
|
||||
}
|
||||
else if (i == 16)
|
||||
{
|
||||
request.ClientTime = val;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user