Skip to content

Commit ef7e57a

Browse files
committed
fix: adding applyWhen to streaming profile to prevent abr plugin from running
1 parent 672009a commit ef7e57a

File tree

1 file changed

+1
-0
lines changed
  • packages/url-loader/src/plugins

1 file changed

+1
-0
lines changed

packages/url-loader/src/plugins/abr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const AbrPlugin = plugin({
1414
name: "Abr",
1515
supports: "video",
1616
inferOwnOptions: {} as AbrPlugin.Options,
17+
applyWhen: 'streamingProfile',
1718
props: {
1819
streamingProfile: true,
1920
},

0 commit comments

Comments
 (0)