mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #903 - Display image info on web client detail page
This commit is contained in:
parent
046e584924
commit
b74ed62a1c
6 changed files with 133 additions and 89 deletions
|
@ -76,6 +76,12 @@
|
|||
$('#btnEditSubtitles', page).hide();
|
||||
}
|
||||
|
||||
if (item.MediaType == 'Photo') {
|
||||
$('#btnEditImages', page).hide();
|
||||
} else {
|
||||
$('#btnEditImages', page).show();
|
||||
}
|
||||
|
||||
if (item.MediaType == "Video" && item.Type != "Episode") {
|
||||
$('#fldShortOverview', page).show();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue