20#ifndef SAYONARA_PLAYER_LOCALSIMILARARTISTFETCHER_H
21#define SAYONARA_PLAYER_LOCALSIMILARARTISTFETCHER_H
23#include "SimilarArtistFetcher.h"
25namespace DynamicPlayback
35 QObject* parent =
nullptr);
37 [[nodiscard]]
const ArtistMatch& similarArtists()
const override;
40 void fetchSimilarArtists(
const QString& artistName)
override;
Definition ArtistMatch.h:32
Definition LocalSimilarArtistFetcher.h:30
Definition SimilarArtistFetcher.h:32