1
0
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:
Christian Muehlhaeuser 2011-11-24 05:29:01 +01:00
parent e5086f5b49
commit 97e69f9dcc

View File

@ -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 );
}