mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-20 12:42:57 +01:00
Use slash
This commit is contained in:
parent
4dd78d89a0
commit
07a19ba619
@ -145,7 +145,7 @@ QString OrganiseFormat::GetFilenameForSong(const Song &song) const {
|
||||
|
||||
QFileInfo info(filename);
|
||||
QString extension = info.suffix();
|
||||
QString filepath = info.path() + QDir::separator() + info.completeBaseName();
|
||||
QString filepath = info.path() + "/" + info.completeBaseName();
|
||||
|
||||
// Fix any parts of the path that start with dots.
|
||||
QStringList parts_old = filepath.split("/");
|
||||
|
Loading…
Reference in New Issue
Block a user