mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Added debugging output to identify Windows special char issue.
This commit is contained in:
@@ -453,6 +453,7 @@ AudioEngine::loadTrack( const Tomahawk::result_ptr& result )
|
|||||||
if ( furl.startsWith( "file://" ) )
|
if ( furl.startsWith( "file://" ) )
|
||||||
furl = furl.right( furl.length() - 7 );
|
furl = furl.right( furl.length() - 7 );
|
||||||
#endif
|
#endif
|
||||||
|
tLog() << "Passing to Phonon:" << furl << furl.toLatin1();
|
||||||
m_mediaObject->setCurrentSource( furl );
|
m_mediaObject->setCurrentSource( furl );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user