mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording dialogs
This commit is contained in:
parent
bdfd870584
commit
141344eead
60 changed files with 546 additions and 211 deletions
|
@ -50,6 +50,15 @@
|
|||
return globalize.translate('sharedcomponents#ButtonAlreadyPaid');
|
||||
}
|
||||
|
||||
function getPeriodicMessageIntervalMs(feature) {
|
||||
|
||||
if (feature == 'playback') {
|
||||
return 259200000;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
return {
|
||||
getProductInfo: getProductInfo,
|
||||
beginPurchase: beginPurchase,
|
||||
|
@ -57,7 +66,8 @@
|
|||
getSubscriptionOptions: getSubscriptionOptions,
|
||||
isUnlockedByDefault: isUnlockedByDefault,
|
||||
getAdminFeatureName: getAdminFeatureName,
|
||||
getRestoreButtonText: getRestoreButtonText
|
||||
getRestoreButtonText: getRestoreButtonText,
|
||||
getPeriodicMessageIntervalMs: getPeriodicMessageIntervalMs
|
||||
};
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue