mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Actually set the authorization header
This commit is contained in:
@@ -86,6 +86,8 @@ WebSocket::setAuthorizationHeader( const QString &authorizationHeader )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_authorizationHeader = authorizationHeader;
|
||||||
|
|
||||||
// We'll let automatic reconnection handle things
|
// We'll let automatic reconnection handle things
|
||||||
if ( m_socket && m_socket->isEncrypted() )
|
if ( m_socket && m_socket->isEncrypted() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user