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