mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-13 20:39:57 +01:00
Fix typo
This commit is contained in:
parent
7e38d94fe5
commit
5dd36cbd4e
@ -156,8 +156,8 @@ NetworkReply::load( const QUrl& url )
|
||||
QNetworkRequest request( url );
|
||||
|
||||
//Carryover some headers if set
|
||||
static QList<QByteArray> headersToCarroyOver = { "User-Agent", "Accept-Language" };
|
||||
for (auto&& header : headersToCarroyOver)
|
||||
static QList<QByteArray> headersToCarryOver = { "User-Agent", "Accept-Language" };
|
||||
for (auto&& header : headersToCarryOver)
|
||||
{
|
||||
if ( m_reply->request().hasRawHeader( header ))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user