mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Cleaned up "value assigned is not used in any execution path"
This commit is contained in:
@@ -376,7 +376,7 @@ namespace Jellyfin.Api.Controllers
|
||||
}
|
||||
else if (string.Equals(segmentFormat, "mp4", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
var outputFmp4HeaderArg = string.Empty;
|
||||
string outputFmp4HeaderArg;
|
||||
var isWindows = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
|
||||
if (isWindows)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user