Skip to content

Commit

Permalink
Remove obsolete check
Browse files Browse the repository at this point in the history
  • Loading branch information
sferra committed Feb 17, 2024
1 parent 30139bc commit d00639a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/plugins/meta/discogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ class DiscogsMetaProvider extends MetaProvider {
}

isArtistOnTour(artistInfo: LastFmArtistInfo | undefined): boolean {
if (!artistInfo) {
return false;
}
return artistInfo?.ontour === '1';
}

Expand Down

0 comments on commit d00639a

Please sign in to comment.