Skip to content

fix: relabel MP3 audio tracks (was replacing the wrong string) - #775

Open
Bolt4243 wants to merge 1 commit into
mpvnet-player:mainfrom
Bolt4243:fix/mp3-track-label
Open

fix: relabel MP3 audio tracks (was replacing the wrong string)#775
Bolt4243 wants to merge 1 commit into
mpvnet-player:mainfrom
Bolt4243:fix/mp3-track-label

Conversation

@Bolt4243

Copy link
Copy Markdown

In GetMediaInfoTracks, the block that detects 'MPEG Audio, Layer 3' calls Replace('MPEG Audio, Layer 2', 'MP3') (Layer 2, not Layer 3). The Replace finds nothing and the track text is never relabeled as MP3.

Fix: change the Replace argument to 'MPEG Audio, Layer 3'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant