mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display message if no plugins installed
This commit is contained in:
parent
e597354990
commit
bc236f8182
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
|||
html += "</li>";
|
||||
}
|
||||
|
||||
if (plugins.length == 0 || !plugins.length) {
|
||||
html += "<li>You have no plugins installed. Click on the Plugin Catalog to view available plugins.</li>";
|
||||
}
|
||||
|
||||
$('#ulInstalledPlugins', page).html(html).listview('refresh');
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue