mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts: MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
This commit is contained in:
commit
6c28e65a50
1 changed files with 1 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue