mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel db
This commit is contained in:
parent
abdf95b4d7
commit
519af58a6a
10 changed files with 91 additions and 60 deletions
1
dashboard-ui/cordova/android/iap.js
vendored
1
dashboard-ui/cordova/android/iap.js
vendored
|
@ -89,6 +89,7 @@
|
|||
}).map(function (o) {
|
||||
|
||||
o.buttonText = Globalize.translate(o.buttonText, getProduct(o.feature).price);
|
||||
o.owned = getProduct(o.feature).owned;
|
||||
return o;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue