Rename Episode Instances to Album to fix AlbumModal

This commit is contained in:
Qstick
2017-10-06 22:28:30 -04:00
parent bd3bd9a378
commit 02925245c2
25 changed files with 65 additions and 65 deletions
@@ -121,7 +121,7 @@ class CutoffUnmetConnector extends Component {
} = this.props;
this.props.batchToggleCutoffUnmetEpisodes({
episodeIds: selected,
albumIds: selected,
monitored: filterKey !== 'monitored' || !filterValue
});
}