mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2375 from jellyfin/fix-no-repository-message
fix: message appearing after adding repositories
(cherry picked from commit bd297efac9
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
5e8c92a7a7
commit
93042157f8
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