diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index d92c0f5f..df00d635 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -59,7 +59,7 @@ jobs: retention-days: 30 - name: Send to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: files: ./results.json flags: "e2ecoverage" diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index 16a2482c..ac621a7c 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -63,7 +63,7 @@ jobs: retention-days: 30 - name: Send to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: files: ./results.json flags: "e2ecoverage" diff --git a/package.json b/package.json index 7df6e30e..e0ed9b39 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "prettier-plugin-svelte": "^3.2.1", "svelte": "^4.2.8", "svelte-check": "^3.6.2", - "svelte-preprocess": "^5.1.3", + "svelte-preprocess": "^6.0.0", "swiper": "^11.0.1", "tailwind-scrollbar": "^3.0.0", "tailwindcss": "^3.4.0", diff --git a/src/lib/components/Channel/Stream/DialogVod.svelte b/src/lib/components/Channel/Stream/DialogVod.svelte index 9e11342e..ca863803 100644 --- a/src/lib/components/Channel/Stream/DialogVod.svelte +++ b/src/lib/components/Channel/Stream/DialogVod.svelte @@ -11,6 +11,7 @@ const toggleVodVisibility = async () => { const updatedVod = await patch(`vod`, { channelId: vod.channelId, + uid: vod.uid, inputId: vod.inputId, isVisible: !vod.isVisible }) @@ -46,7 +47,7 @@ type="checkbox" class="toggle toggle-primary toggle-xs" bind:checked={vodIsVisible} /> - Hide + Visible to viewers