mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 00:02:56 +01:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Emby.Server.Implementations.Services
|
||||
return type.IsGenericParameter ? "'" + typeName : typeName;
|
||||
}
|
||||
|
||||
public static string LeftPart(string strVal, string needle)
|
||||
private static string LeftPart(string strVal, string needle)
|
||||
{
|
||||
if (strVal == null) return null;
|
||||
var pos = strVal.IndexOf(needle, StringComparison.OrdinalIgnoreCase);
|
||||
|
||||
Reference in New Issue
Block a user