mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
New: Season Pass is now part of series list
This commit is contained in:
committed by
Mark McDowall
parent
a18c377466
commit
bdcfef80d6
@@ -46,8 +46,9 @@ class MonitoringOptionsModalContentConnector extends Component {
|
||||
|
||||
onSavePress = ({ monitor }) => {
|
||||
this.props.dispatchUpdateMonitoringOptions({
|
||||
id: this.props.seriesId,
|
||||
monitor
|
||||
seriesIds: [this.props.seriesId],
|
||||
monitor,
|
||||
shouldFetchEpisodesAfterUpdate: true
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user