mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Switched over to using Spotify API for meta data. This will require deleting DB to start using.
This commit is contained in:
@@ -6,6 +6,6 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
{
|
||||
public interface IProvideArtistInfo
|
||||
{
|
||||
Tuple<Artist, List<Track>> GetArtistInfo(int itunesId);
|
||||
Tuple<Artist, List<Track>> GetArtistInfo(string spotifyId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user