mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 21:54:26 -04:00
fix ci
This commit is contained in:
parent
5048719a64
commit
babb298b90
@ -532,6 +532,7 @@ namespace Jellyfin.Api.Helpers
|
|||||||
{
|
{
|
||||||
return parsedLevel;
|
return parsedLevel;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -693,8 +694,8 @@ namespace Jellyfin.Api.Helpers
|
|||||||
private string ReplaceProfile(string url, string codec, string oldValue, string newValue)
|
private string ReplaceProfile(string url, string codec, string oldValue, string newValue)
|
||||||
{
|
{
|
||||||
return url.Replace(
|
return url.Replace(
|
||||||
codec + "-profile=" + oldValue.ToString(),
|
codec + "-profile=" + oldValue,
|
||||||
codec + "-profile=" + newValue.ToString(),
|
codec + "-profile=" + newValue,
|
||||||
StringComparison.OrdinalIgnoreCase);
|
StringComparison.OrdinalIgnoreCase);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user