[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

Update data.tsx

author
moritzbarv
committer
GitHub
date (Jun 14, 2024, 3:42 PM +0200) commit 3be2e404 parent 26777aec
+2 -2
+2 -2
backend/data.tsx
··· 50 50 ]); 51 51 52 52 export function removePlayedVideo() { 53 - sampleQueue.shift(); 53 + return sampleQueue.shift(); 54 54 } 55 55 56 56 effect(() => { ··· 96 96 } 97 97 } 98 98 99 - export const sessionS = eternalVar('sessions') ?? $$(Array<SessionData>()); 99 + export const sessionS = eternalVar('sessions') ?? $$(Array<SessionData>());