diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d8f8f1f..b356bd82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY || 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IlRlc3QiLCJpYXQiOjE1MTYyMzkwMjJ9.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c' }} - name: Upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: always() with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/src/components/live-tv/hls-player-modal.tsx b/src/components/live-tv/hls-player-modal.tsx index 6f97f7a4..caa032f6 100644 --- a/src/components/live-tv/hls-player-modal.tsx +++ b/src/components/live-tv/hls-player-modal.tsx @@ -594,6 +594,28 @@ export function HlsPlayerModal({ className="hover:bg-zinc-800" /> : null} + {/* Picture-in-Picture Button */} + {document.pictureInPictureEnabled ? : null} + {/* Refresh Button */}