mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
543d70fdf6
commit
a1a3326761
6 changed files with 31 additions and 15 deletions
|
@ -246,6 +246,15 @@
|
|||
|
||||
var page = this;
|
||||
|
||||
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
|
||||
|
||||
if (pluginSecurityInfo.IsMBSupporter) {
|
||||
$('.syncPromotion', page).hide();
|
||||
} else {
|
||||
$('.syncPromotion', page).show();
|
||||
}
|
||||
});
|
||||
|
||||
reloadData(page);
|
||||
|
||||
// on here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue