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