1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

restore newline

This commit is contained in:
LJQ 2024-08-29 15:15:44 +08:00
parent 872d71df3d
commit 8d8362158c

View file

@ -540,6 +540,7 @@ function setFieldVisibilities(context, item) {
} else {
hideElement('#fldPath', context);
}
if (item.Type === 'Series' || item.Type === 'Season' || item.Type === 'Episode' || item.Type === 'Movie' || item.Type === 'Trailer' || item.Type === 'Person') {
showElement('#fldOriginalName', context);
} else {