mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated ffmpeg url
This commit is contained in:
parent
4f6af8e274
commit
5636ec57bc
2 changed files with 2 additions and 2 deletions
|
@ -520,7 +520,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
|||
throw new Error("null installationId");
|
||||
}
|
||||
|
||||
var url = self.getUrl("Packages/Installing/" + id);
|
||||
var url = self.getUrl("Packages/Installing/" + installationId);
|
||||
|
||||
return self.ajax({
|
||||
type: "DELETE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue