mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework series timer page
This commit is contained in:
parent
cee7db2ce0
commit
1ad3cfbf43
4 changed files with 130 additions and 189 deletions
|
@ -40,11 +40,11 @@
|
|||
|
||||
html += '<div class="listItem">';
|
||||
|
||||
html += '<button type="button" is="emby-button" class="fab mini autoSize blue" item-icon><i class="md-icon">live_tv</i></button>';
|
||||
html += '<i class="md-icon listItemIcon">live_tv</i>';
|
||||
|
||||
html += '<div class="listItemBody three-line">';
|
||||
html += '<a class="clearLink" href="livetvseriestimer.html?id=' + timer.Id + '">';
|
||||
html += '<h3>';
|
||||
html += '<h3 class="listItemBodyText">';
|
||||
html += timer.Name;
|
||||
html += '</h3>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue