Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lianbenjamin committed Apr 11, 2024
1 parent db1d277 commit ee7a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaltura-player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ export class KalturaPlayer extends FakeEventTarget {
private _configureMediaMetadata(mediaConfig: ProviderMediaConfigObject): void {
// here we can provide information about the media, to a device that is playing it
// set the media metadata title to the name of the entry
navigator.mediaSession.metadata = new MediaMetadata({title: mediaConfig.sources.metadata.name});
navigator.mediaSession.metadata = new MediaMetadata({ title: mediaConfig.sources.metadata.name });
}

private _addBindings(): void {
Expand Down

0 comments on commit ee7a614

Please sign in to comment.