|
|
|
@ -144,9 +144,9 @@ class AddNewArtist extends Component {
|
|
|
|
|
!isFetching && !error && !items.length && !!term &&
|
|
|
|
|
<div className={styles.message}>
|
|
|
|
|
<div className={styles.noResults}>Couldn't find any results for '{term}'</div>
|
|
|
|
|
<div>You can also search using MusicBrainz ID of a show. eg. lidarr:71663</div>
|
|
|
|
|
<div>You can also search using MusicBrainz ID of a show. eg. lidarr:cc197bad-dc9c-440d-a5b5-d52ba2e14234</div>
|
|
|
|
|
<div>
|
|
|
|
|
<Link to="https://github.com/Lidarr/Lidarr/wiki/FAQ#why-cant-i-add-a-new-artist-when-i-know-the-tvdb-id">
|
|
|
|
|
<Link to="https://github.com/Lidarr/Lidarr/wiki/FAQ#why-cant-i-add-a-new-artist-when-i-know-the-musicbrainz-id">
|
|
|
|
|
Why can't I find my artist?
|
|
|
|
|
</Link>
|
|
|
|
|
</div>
|
|
|
|
|