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:
@@ -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() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user