Home
last modified time | relevance | path

Searched refs:artistMatches (Results 1 – 1 of 1) sorted by relevance

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/webservices/lastfm/
H A DLastFmAlbumServices.java168 if (hasMbid(a) && artistMatches(artist, a) && hasImage(a)) { in filterAlbumsFromSource()
203 private boolean artistMatches(final String artist, final IAlbumInfo album) { in artistMatches() method in LastFmAlbumServices