1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

convert programs and channels to new providers

This commit is contained in:
Luke Pulverenti 2014-01-29 11:16:24 -05:00
parent 84347e8631
commit f83b2b662a
3 changed files with 5 additions and 18 deletions

View file

@ -19,7 +19,7 @@
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
if (pluginSecurityInfo.IsMBSupporter) {
$('#contribute', page).show();
$('#contribute', page).hide();
} else {
$('#contribute', page).show();
}