mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
live tv updates
This commit is contained in:
parent
85c879223f
commit
60bcd69fd3
10 changed files with 19 additions and 19 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
html += '<td class="desktopColumn">';
|
||||
|
||||
if (timer.RecurrenceType == 'NewProgramEventsAllChannels' || timer.RecurrenceType == 'AllProgramEventsAllChannels') {
|
||||
if (timer.RecordAnyChannel) {
|
||||
html += 'All Channels';
|
||||
}
|
||||
else if (timer.ChannelId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue