mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 07:23:05 +03:00
removed library/ prefix from genre, studio, year and person url's
This commit is contained in:
@@ -12,7 +12,7 @@ namespace MediaBrowser.Api.Javascript
|
||||
/// Class GetJavascriptApiClient
|
||||
/// </summary>
|
||||
[Route("/JsApiClient.js", "GET")]
|
||||
[ServiceStack.ServiceHost.Api(("Gets an api wrapper in Javascript"))]
|
||||
[ServiceStack.ServiceHost.Api(("Gets an api wrapper written in Javascript"))]
|
||||
public class GetJavascriptApiClient
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user