Skip to content

Commit

Permalink
Merge pull request #759 from 3flex/patch-4
Browse files Browse the repository at this point in the history
Remove unnecessary await
  • Loading branch information
nielsvanvelzen authored Feb 4, 2025
2 parents 38d9759 + 6ac0f69 commit b43abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/playbackManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export abstract class PlaybackManager {
return showPlaybackInfoErrorMessage(playbackInfo.ErrorCode);
}

const mediaSource = await getOptimalMediaSource(
const mediaSource = getOptimalMediaSource(
playbackInfo.MediaSources ?? []
);

Expand Down

0 comments on commit b43abd7

Please sign in to comment.