diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-06-30 10:59:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-06-30 10:59:52 +0000 |
| commit | 0535efd70fb085c5a4fdf5ecab0b87bb93f81407 (patch) | |
| tree | bf9d49b0164ba30eb9b13d226520fa27d8cc4fe6 /src/plugins/Input/cdaudio | |
| parent | 1450510b7eddfbb15124fb004c101af7feab204b (diff) | |
| download | qmmp-0535efd70fb085c5a4fdf5ecab0b87bb93f81407.tar.gz qmmp-0535efd70fb085c5a4fdf5ecab0b87bb93f81407.tar.bz2 qmmp-0535efd70fb085c5a4fdf5ecab0b87bb93f81407.zip | |
added socks5 proxy support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8971 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/cdaudio')
| -rw-r--r-- | src/plugins/Input/cdaudio/decoder_cdaudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/cdaudio/decoder_cdaudio.cpp b/src/plugins/Input/cdaudio/decoder_cdaudio.cpp index 11e8119ab..afc6b2995 100644 --- a/src/plugins/Input/cdaudio/decoder_cdaudio.cpp +++ b/src/plugins/Input/cdaudio/decoder_cdaudio.cpp @@ -252,7 +252,7 @@ QList<CDATrack> DecoderCDAudio::generateTrackList(const QString &device, TrackIn { cddb_http_enable (cddb_conn); cddb_set_http_path_query (cddb_conn, settings.value("cddb_path").toByteArray().constData()); - if (QmmpSettings::instance()->isProxyEnabled()) + if (QmmpSettings::instance()->isProxyEnabled() && QmmpSettings::instance()->proxyType() == QmmpSettings::HTTP_PROXY) { QUrl proxy = QmmpSettings::instance()->proxy(); cddb_http_proxy_enable (cddb_conn); |
