1
0
Fork 0
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:
Luke Pulverenti 2013-09-25 22:15:33 -04:00
parent 4f6af8e274
commit 5636ec57bc
2 changed files with 2 additions and 2 deletions

View file

@ -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",