mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce image indicator sizes
This commit is contained in:
parent
7743b36bc9
commit
bcb4b9da33
11 changed files with 46 additions and 28 deletions
|
@ -3,14 +3,6 @@
|
|||
var currentItem;
|
||||
var programs;
|
||||
|
||||
function cancelRecording(page, id) {
|
||||
|
||||
}
|
||||
|
||||
function scheduleRecording(page, id) {
|
||||
|
||||
}
|
||||
|
||||
function renderPrograms(page, result) {
|
||||
|
||||
var html = '';
|
||||
|
@ -136,8 +128,7 @@
|
|||
|
||||
Dashboard.setPageTitle(name);
|
||||
|
||||
$('.itemName', page).html(name);
|
||||
$('.itemChannelNumber', page).html(item.Number);
|
||||
$('.itemName', page).html(item.Number + ' ' + name);
|
||||
|
||||
$('.userDataIcons', page).html(LibraryBrowser.getUserDataIconsHtml(item));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue