mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: NzbDrone to Sonarr on restart and shutdown
This commit is contained in:
@@ -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'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user