mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
'disabled' all view limitation for now (just set it really high)
This commit is contained in:
parent
b24d51c2aa
commit
7c0ce190d2
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ import ErrorBoundary from '../components/ErrorBoundary.jsx';
|
|||
export default function TVChannelGuide({ startDate, endDate }) {
|
||||
const [isChannelsLoading, setIsChannelsLoading] = useState(false);
|
||||
const [allowAllGroups, setAllowAllGroups] = useState(true);
|
||||
const MAX_ALL_CHANNELS = 500;
|
||||
const MAX_ALL_CHANNELS = 99999;
|
||||
|
||||
const recordings = useChannelsStore((s) => s.recordings);
|
||||
const channelGroups = useChannelsStore((s) => s.channelGroups);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue