mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
IUpdate src/controllers/dashboard/plugins/add/index.js
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
55a1819ad1
commit
2c49d481ac
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function populateVersions(packageInfo, page, installedPlugin) {
|
|||
|
||||
for (let i = 0; i < packageInfo.versions.length; i++) {
|
||||
const version = packageInfo.versions[i];
|
||||
html += '<option value="' + version.version + '">' + version.version +'[from repository ' + version.repositoryName + ']</option>';
|
||||
html += '<option value="' + version.version + '">' + version.version +'from repository ' + version.repositoryName + '</option>';
|
||||
}
|
||||
|
||||
const selectmenu = $('#selectVersion', page).html(html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue