1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 14:46:33 +02:00

Actually set the authorization header

This commit is contained in:
Jeff Mitchell
2014-04-04 10:53:59 -04:00
parent 6483528399
commit e9ff0845ca

View File

@@ -86,6 +86,8 @@ WebSocket::setAuthorizationHeader( const QString &authorizationHeader )
return;
}
m_authorizationHeader = authorizationHeader;
// We'll let automatic reconnection handle things
if ( m_socket && m_socket->isEncrypted() )
{