mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update tv guide
This commit is contained in:
parent
64b0468c9c
commit
3f79b5c9ef
@ -15,7 +15,7 @@
|
||||
|
||||
var currentDate;
|
||||
|
||||
var defaultChannels = 100;
|
||||
var defaultChannels = browserInfo.mobile ? 50 : 100;
|
||||
var channelLimit = 1000;
|
||||
|
||||
var channelQuery = {
|
||||
|
Loading…
Reference in New Issue
Block a user