mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
411bc43282
commit
74e43e1346
20 changed files with 122 additions and 83 deletions
|
@ -246,7 +246,7 @@
|
|||
itemBirthday.classList.add('hide');
|
||||
}
|
||||
|
||||
var itemDeathDate = page.querySelector('#itemBirthday');
|
||||
var itemDeathDate = page.querySelector('#itemDeathDate');
|
||||
if (item.Type == "Person" && item.EndDate) {
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue