20#ifndef SAYONARA_PLAYER_SIMILARARTISTFETCHER_H
21#define SAYONARA_PLAYER_SIMILARARTISTFETCHER_H
23#include "Utils/Pimpl.h"
27namespace DynamicPlayback
43 [[nodiscard]]
virtual const ArtistMatch& similarArtists()
const = 0;
46 virtual void fetchSimilarArtists(
const QString& artistName) = 0;
59 using SimilarArtistFetcherFactoryPtr = std::shared_ptr<SimilarArtistFetcherFactory>;
Definition: ArtistMatch.h:32
Definition: SimilarArtistFetcher.h:53
Definition: SimilarArtistFetcher.h:32