Skip to content

Commit

Permalink
Merge pull request #47 from lovegaoshi/dev-noxplayer
Browse files Browse the repository at this point in the history
fix:yt resolve
  • Loading branch information
lovegaoshi authored Dec 14, 2023
2 parents f121e35 + 8f1526c commit 7baef5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/mediafetch/ytbvideo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const resolveURL = async (song: NoxMedia.Song) => {
[];
for (const videoStream of formats) {
if (
videoStream.audioQuality &&
videoStream.bitrate > maxAudioQualityStream.bitrate // &&
// videoStream.mimeType.includes('mp4a')
) {
Expand Down

0 comments on commit 7baef5e

Please sign in to comment.