mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
web client touchups
This commit is contained in:
parent
bcb4b9da33
commit
1bea110fe6
42 changed files with 190 additions and 239 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
var programInfo = item.ProgramInfo || {};
|
||||
|
||||
$('.itemName', page).html(programInfo.Name);
|
||||
$('.itemName', page).html(item.Name);
|
||||
|
||||
$('.itemEpisodeName', page).html(programInfo.EpisodeTitle || '');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue