mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge remote-tracking branch and fix conflicts
This commit is contained in:
commit
60329961b5
3 changed files with 21 additions and 4 deletions
|
@ -465,6 +465,11 @@ define(['itemHelper', 'dom', 'layoutManager', 'dialogHelper', 'datetime', 'loadi
|
|||
var id = "txt1" + idInfo.Key;
|
||||
var formatString = idInfo.UrlFormatString || '';
|
||||
|
||||
var fullName = idInfo.Name;
|
||||
if (idInfo.Type) {
|
||||
fullName = idInfo.Name + " " + globalize.translate(idInfo.Type);
|
||||
}
|
||||
|
||||
var labelText = globalize.translate('LabelDynamicExternalId', idInfo.Name);
|
||||
|
||||
html += '<div class="inputContainer">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue