mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
localize plugin installation process
This commit is contained in:
parent
c444daa6e8
commit
7a319688de
7 changed files with 215 additions and 185 deletions
|
@ -3196,7 +3196,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
|||
});
|
||||
};
|
||||
|
||||
self.getPackageReviews = function (packageId, minRating, maxRating, limit, forceTitle) {
|
||||
self.getPackageReviews = function (packageId, minRating, maxRating, limit) {
|
||||
|
||||
if (!packageId) {
|
||||
throw new Error("null packageId");
|
||||
|
@ -3213,9 +3213,6 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
|||
if (limit) {
|
||||
options.Limit = limit;
|
||||
}
|
||||
if (forceTitle) {
|
||||
options.ForceTitle = true;
|
||||
}
|
||||
|
||||
var url = self.getUrl("Packages/" + packageId + "/Reviews", options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue