Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts: MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
This commit is contained in:
@@ -163,14 +163,7 @@
|
||||
} else {
|
||||
$("#btnInstallDiv", page).hide();
|
||||
$("#pSelectVersion", page).hide();
|
||||
var msg = "This plugin must be installed from ";
|
||||
switch (pkg.targetSystem) {
|
||||
case "MBClassic":
|
||||
msg += "the MBClassic Configurator";
|
||||
break;
|
||||
default:
|
||||
msg += pkg.targetSystem;
|
||||
}
|
||||
var msg = "This plug-in must be installed from " + pkg.targetSystem;
|
||||
$("#nonServerMsg", page).html(msg).show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user