Skip to content

Commit f1e14bf

Browse files
Change the hls manifest type to match the parser name shaka player registers (#5648)
1 parent 45c8caf commit f1e14bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/views/Watch/Watch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
} from '../../helpers/api/invidious'
3939

4040
const MANIFEST_TYPE_DASH = 'application/dash+xml'
41-
const MANIFEST_TYPE_HLS = 'application/x-mpegURL'
41+
const MANIFEST_TYPE_HLS = 'application/x-mpegurl'
4242

4343
export default defineComponent({
4444
name: 'Watch',

0 commit comments

Comments
 (0)