Add source to songs and playlist_items
This commit is contained in:
@@ -720,7 +720,6 @@ SongList CollectionBackend::GetSongsByUrl(const QUrl &url) {
|
||||
while (query.Next()) {
|
||||
Song song;
|
||||
song.InitFromQuery(query, true);
|
||||
|
||||
songlist << song;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user