mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Allow editing of original title for Season and Episode items
This commit is contained in:
parent
91d3a9b161
commit
872d71df3d
1 changed files with 1 additions and 2 deletions
|
@ -540,8 +540,7 @@ function setFieldVisibilities(context, item) {
|
|||
} else {
|
||||
hideElement('#fldPath', context);
|
||||
}
|
||||
|
||||
if (item.Type === 'Series' || item.Type === 'Movie' || item.Type === 'Trailer' || item.Type === 'Person') {
|
||||
if (item.Type === 'Series' || item.Type === 'Season' || item.Type === 'Episode' || item.Type === 'Movie' || item.Type === 'Trailer' || item.Type === 'Person') {
|
||||
showElement('#fldOriginalName', context);
|
||||
} else {
|
||||
hideElement('#fldOriginalName', context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue