mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix recording creator
This commit is contained in:
parent
6fb474ce5f
commit
f699dc85dd
@ -280,7 +280,7 @@
|
||||
|
||||
if (program.ServiceName == 'Emby') {
|
||||
context.querySelector('.convertRecordingsContainer').classList.remove('hide');
|
||||
showConvertRecordingsUnlockMessage();
|
||||
showConvertRecordingsUnlockMessage(context);
|
||||
} else {
|
||||
context.querySelector('.convertRecordingsContainer').classList.add('hide');
|
||||
}
|
||||
@ -292,7 +292,7 @@
|
||||
|
||||
Dashboard.getPluginSecurityInfo().then(function(regInfo) {
|
||||
|
||||
if (regInfo.IsRegistered) {
|
||||
if (regInfo.IsMBSupporter) {
|
||||
context.querySelector('.btnSupporterForConverting').classList.add('hide');
|
||||
} else {
|
||||
context.querySelector('.btnSupporterForConverting').classList.remove('hide');
|
||||
|
Loading…
Reference in New Issue
Block a user