CollectionBackend: Rename source accessor

This commit is contained in:
Jonas Kvinge
2022-10-19 17:11:56 +02:00
parent ec99df3144
commit 54fc11a235
3 changed files with 5 additions and 7 deletions

View File

@@ -608,7 +608,7 @@ QString CollectionModel::AlbumIconPixmapCacheKey(const QModelIndex &idx) const {
idx_copy = idx_copy.parent();
}
return Song::TextForSource(backend_->Source()) + "/" + path.join("/");
return Song::TextForSource(backend_->source()) + "/" + path.join("/");
}