mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
api url fix
This commit is contained in:
parent
faead199a5
commit
343be5a91c
@ -378,6 +378,8 @@ namespace MediaBrowser.Api
|
||||
|
||||
public static bool IsApiUrlMatch(string url, HttpListenerRequest request)
|
||||
{
|
||||
url = "/api/" + url;
|
||||
|
||||
return request.Url.LocalPath.EndsWith(url, StringComparison.OrdinalIgnoreCase);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user