mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
fix duplicate
This commit is contained in:
parent
24c9090ff1
commit
34d8988915
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ export const getTrackDisplayName = (track: { name?: string, id: number, language
|
|||
}
|
||||
|
||||
// Handle generic VLC track names like "Audio 1", "Track 1"
|
||||
const genericTrackMatch = track.name.match(/^(Audio|Track)\s+(\d+)$/i);
|
||||
if (genericTrackMatch) {
|
||||
return `Audio ${genericTrackMatch[2]}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue