Merge pull request #2375 from jellyfin/fix-no-repository-message
fix: message appearing after adding repositories
This commit is contained in:
commit
bd297efac9
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ function populateList(options) {
|
|||
html += '</div>';
|
||||
if (!options.repositories.length) {
|
||||
options.noneElement.classList.remove('hide');
|
||||
} else {
|
||||
options.noneElement.classList.add('hide');
|
||||
}
|
||||
|
||||
options.listElement.innerHTML = html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue