We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6314aac commit fcfb5c2Copy full SHA for fcfb5c2
1 file changed
src/apps/mplayerc/AppSettings.cpp
@@ -809,7 +809,7 @@ void CAppSettings::ResetSettings()
809
bYdlHighBitrate = false;
810
strYdlAudioLang = CPPageYoutube::GetDefaultLanguageCode();
811
bYdlLoadPlaylist = false;
812
- bYoutubePlaylistParser = true;
+ bYoutubePlaylistParser = false;
813
814
strAceStreamAddress = L"http://127.0.0.1:6878/ace/getstream?id=%s";
815
strTorrServerAddress = L"http://127.0.0.1:8090/stream/fname?link=%s&index=1&m3u";
0 commit comments