Skip to content

Commit

Permalink
fix(SUP-38407): [GaTech] [Multistream - V7 Player] Child entries not …
Browse files Browse the repository at this point in the history
…loading high quality flavor assets (#794)

rename function from - #793
part of - kaltura/playkit-js-dual-screen#155
  • Loading branch information
Tzipi-kaltura authored Sep 15, 2024
1 parent 89f2b53 commit 002d5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1281,13 +1281,13 @@ export default class Player extends FakeEventTarget {
}

/**
* change quality in child entries
* @function changeChildQuality
* change quality
* @function changeQuality
* @param {?Track} track - the track to change
* @returns {void}
* @public
*/
public changeChildQuality(track: any | string): void{
public changeQuality(track: any | string): void{
if (track === 'auto') {
this.enableAdaptiveBitrate();
} else {
Expand Down

0 comments on commit 002d5a9

Please sign in to comment.