mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tv guide
This commit is contained in:
parent
64b0468c9c
commit
3f79b5c9ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
var currentDate;
|
||||
|
||||
var defaultChannels = 100;
|
||||
var defaultChannels = browserInfo.mobile ? 50 : 100;
|
||||
var channelLimit = 1000;
|
||||
|
||||
var channelQuery = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue