Skip to content

Commit

Permalink
Add octet-stream to _mimePattern (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcquillen09 authored Nov 23, 2021
1 parent 79af80e commit eeb11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/hlsresponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class HLSResponse
implements iResponse, JPathProvider
{
public jsonDoc: JsonDoc | undefined;
protected _mimePattern = /mpegurl/i;
protected _mimePattern = /mpegurl|octet-stream/i;

public get responseTypeName(): string {
return "HLS Video";
Expand Down

0 comments on commit eeb11dd

Please sign in to comment.