mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
use auto lang only with more as 1 audio pid
This commit is contained in:
@@ -1639,7 +1639,7 @@ void CMoviePlayerGui::selectAutoLang()
|
||||
}
|
||||
}
|
||||
}
|
||||
if(g_settings.auto_lang) {
|
||||
if(g_settings.auto_lang && (numpida > 1)) {
|
||||
int pref_idx = -1;
|
||||
|
||||
playback->FindAllPids(apids, ac3flags, &numpida, language);
|
||||
|
Reference in New Issue
Block a user