mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
schedule recordings with a dialog
This commit is contained in:
parent
b1beb92143
commit
15c2f1606a
42 changed files with 1097 additions and 730 deletions
|
@ -389,8 +389,7 @@
|
|||
$('.btnSyncSupporter', page).on('click', function () {
|
||||
|
||||
requirejs(["registrationservices"], function () {
|
||||
RegistrationServices.validateFeature('sync').then(function () {
|
||||
});
|
||||
RegistrationServices.validateFeature('sync');
|
||||
});
|
||||
});
|
||||
$('.supporterPromotion .mainText', page).html(Globalize.translate('HeaderSyncRequiresSupporterMembership'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue