1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Conflicts:
	MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
This commit is contained in:
Luke Pulverenti 2014-02-19 00:21:46 -05:00
commit 6c28e65a50

View file

@ -163,14 +163,7 @@
} else { } else {
$("#btnInstallDiv", page).hide(); $("#btnInstallDiv", page).hide();
$("#pSelectVersion", page).hide(); $("#pSelectVersion", page).hide();
var msg = "This plugin must be installed from "; var msg = "This plug-in must be installed from " + pkg.targetSystem;
switch (pkg.targetSystem) {
case "MBClassic":
msg += "the MBClassic Configurator";
break;
default:
msg += pkg.targetSystem;
}
$("#nonServerMsg", page).html(msg).show(); $("#nonServerMsg", page).html(msg).show();
} }