fvogt added inline comments. INLINE COMMENTS
> App.cpp:280 > { > - QUrl url( m_args->positionalArguments().at( i ) ); > + QUrl url( QUrl::fromUserInput( m_args->positionalArguments().at( > i ), QString(), QUrl::AssumeLocalFile ) ); > //TODO:PORTME Did it previously also handle relative paths such as `./foo.ogg`? If so, passing `QDir::currentPath()` instead of a null string is AFAICT necessary. REPOSITORY R181 Amarok REVISION DETAIL https://phabricator.kde.org/D21478 To: wbauer, #amarok Cc: fvogt, amarok-devel