mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 13:17:34 +02:00
Fix streaming from https-links
This commit is contained in:
@@ -520,7 +520,7 @@ AudioEngine::setCurrentTrack( const Tomahawk::result_ptr& result )
|
|||||||
bool
|
bool
|
||||||
AudioEngine::isHttpResult( const QString& url ) const
|
AudioEngine::isHttpResult( const QString& url ) const
|
||||||
{
|
{
|
||||||
return url.startsWith( "http://" );
|
return url.startsWith( "http://" ) || url.startsWith( "https://" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user