Skip to content

Commit

Permalink
Change the hls manifest type to match the parser name shaka player re…
Browse files Browse the repository at this point in the history
…gisters
  • Loading branch information
MarmadileManteater committed Sep 4, 2024
1 parent 45c8caf commit b23e5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {
} from '../../helpers/api/invidious'

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

export default defineComponent({
name: 'Watch',
Expand Down

0 comments on commit b23e5e6

Please sign in to comment.