mirror of https://github.com/Sonarr/Sonarr
Merge pull request #140 from delphiactual/Sonarr
Fixed: NzbDrone to Sonarr on restart and shutdown
This commit is contained in:
commit
610367b2fe
|
@ -134,7 +134,7 @@ define(
|
||||||
});
|
});
|
||||||
|
|
||||||
Messenger.show({
|
Messenger.show({
|
||||||
message: 'NzbDrone will shutdown shortly',
|
message: 'Sonarr will shutdown shortly',
|
||||||
type: 'info'
|
type: 'info'
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -146,7 +146,7 @@ define(
|
||||||
});
|
});
|
||||||
|
|
||||||
Messenger.show({
|
Messenger.show({
|
||||||
message: 'NzbDrone will restart shortly',
|
message: 'Sonarr will restart shortly',
|
||||||
type: 'info'
|
type: 'info'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue