mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update nuget
This commit is contained in:
parent
581b0f9533
commit
33393e6e03
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
function loadPage(page, config, users) {
|
||||
|
||||
var html = '<option value="" selected="selected"></option>';
|
||||
var html = '<option value="" selected="selected">' + Globalize.translate('OptionNone') + '</option>';
|
||||
|
||||
html += users.map(function (user) {
|
||||
return '<option value="' + user.Id + '">' + user.Name + '</option>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue