mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix image stretching in web client
This commit is contained in:
parent
2246bd8165
commit
b6992659d1
2 changed files with 4 additions and 8 deletions
|
@ -307,10 +307,8 @@
|
|||
|
||||
if (result.TotalRecordCount) {
|
||||
$('.btnClearLog', page).show();
|
||||
$('.legend', page).show();
|
||||
} else {
|
||||
$('.btnClearLog', page).hide();
|
||||
$('.legend', page).hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue