mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording styles
This commit is contained in:
parent
f070369c6d
commit
28271a0867
6 changed files with 46 additions and 52 deletions
|
@ -31,8 +31,6 @@
|
|||
|
||||
html += '<ul data-role="listview" data-inset="true" data-split-icon="delete">';
|
||||
|
||||
html += '<li data-role="list-divider">' + Globalize.translate('HeaderSeriesRecordings') + '</li>';
|
||||
|
||||
for (var i = 0, length = timers.length; i < length; i++) {
|
||||
|
||||
var timer = timers[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue