mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Don't show league divisions as streams
This commit is contained in:
parent
6d8ae89d73
commit
d5a81014a9
|
|
@ -30,6 +30,8 @@ export function getLiveTournamentStreams(): SidebarStream[] {
|
|||
const streams: SidebarStream[] = [];
|
||||
|
||||
for (const tournament of RunningTournaments.all) {
|
||||
if (tournament.isLeagueDivision) continue;
|
||||
|
||||
streams.push({
|
||||
id: `tournament-${tournament.ctx.id}`,
|
||||
name: tournament.ctx.name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user