mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update nuget
This commit is contained in:
parent
581b0f9533
commit
33393e6e03
@ -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…
Reference in New Issue
Block a user