|
|
@ -18,8 +18,8 @@ function createMapStateToProps() {
|
|
|
|
|
|
|
|
|
|
|
|
function createMapDispatchToProps(dispatch, props) {
|
|
|
|
function createMapDispatchToProps(dispatch, props) {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
onGoToArtist(nameSlug) {
|
|
|
|
onGoToArtist(foreignArtistId) {
|
|
|
|
dispatch(push(`${window.Sonarr.urlBase}/artist/${nameSlug}`));
|
|
|
|
dispatch(push(`${window.Sonarr.urlBase}/artist/${foreignArtistId}`));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
onGoToAddNewArtist(query) {
|
|
|
|
onGoToAddNewArtist(query) {
|
|
|
|