mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
encode with qsv
This commit is contained in:
parent
67524136ed
commit
64dfb8ef38
42 changed files with 945 additions and 370 deletions
10
dashboard-ui/cordova/iap.js
vendored
10
dashboard-ui/cordova/iap.js
vendored
|
@ -267,12 +267,20 @@
|
|||
return deferred.promise();
|
||||
}
|
||||
|
||||
function isUnlockedOverride(feature) {
|
||||
|
||||
var deferred = DeferredBuilder.Deferred();
|
||||
deferred.resolveWith(null, [false]);
|
||||
return deferred.promise();
|
||||
}
|
||||
|
||||
window.IapManager = {
|
||||
isPurchaseAvailable: isPurchaseAvailable,
|
||||
getProductInfo: getProduct,
|
||||
beginPurchase: beginPurchase,
|
||||
restorePurchase: restorePurchase,
|
||||
getSubscriptionOptions: getSubscriptionOptions
|
||||
getSubscriptionOptions: getSubscriptionOptions,
|
||||
isUnlockedOverride: isUnlockedOverride
|
||||
};
|
||||
|
||||
initializeStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue