Use QUrl::isLocalFile()
This commit is contained in:
@@ -157,7 +157,7 @@ bool OrganiseDialog::SetSongs(const SongList &songs) {
|
||||
songs_.clear();
|
||||
|
||||
for (const Song &song : songs) {
|
||||
if (song.url().scheme() != "file") {
|
||||
if (!song.url().isLocalFile()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user