mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-24 01:24:35 +00:00
Back to a stable build. Fixedtrackrepo.findtracks
This commit is contained in:
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
public List<TrackFile> GetFilesByArtist(string artistId)
|
||||
{
|
||||
return Query.Where(c => c.SpotifyTrackId == artistId).ToList();
|
||||
return Query.Where(c => c.ForeignTrackId == artistId).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user