Skip to content

Commit fcfb5c2

Browse files
committed
Встроенный парсер плейлиста Ютуба по умолчанию отключен.
1 parent 6314aac commit fcfb5c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/mplayerc/AppSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ void CAppSettings::ResetSettings()
809809
bYdlHighBitrate = false;
810810
strYdlAudioLang = CPPageYoutube::GetDefaultLanguageCode();
811811
bYdlLoadPlaylist = false;
812-
bYoutubePlaylistParser = true;
812+
bYoutubePlaylistParser = false;
813813

814814
strAceStreamAddress = L"http://127.0.0.1:6878/ace/getstream?id=%s";
815815
strTorrServerAddress = L"http://127.0.0.1:8090/stream/fname?link=%s&index=1&m3u";

0 commit comments

Comments
 (0)