Skip to content

Commit

Permalink
Fix formatting (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Dec 13, 2024
1 parent 8142844 commit 441eaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/streams/player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function StreamPlayer() {

let hls: Hls | null;
// Cat streams this mimeType
const mimeType = 'application/vnd.apple.mpegurl;codecs="hev1"'
const mimeType = 'application/vnd.apple.mpegurl;codecs="hev1"';
if (video.canPlayType(mimeType)) {
video.src = src;
} else if (Hls.isSupported()) {
Expand Down

0 comments on commit 441eaed

Please sign in to comment.