You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-06 09:19:38 +02:00
Fixed: Release profiles not saving if Must (Not) Contain is empty
Closes #4681
This commit is contained in:
@@ -9,8 +9,8 @@ import EditReleaseProfileModalContent from './EditReleaseProfileModalContent';
|
||||
|
||||
const newReleaseProfile = {
|
||||
enabled: true,
|
||||
required: '',
|
||||
ignored: '',
|
||||
required: [],
|
||||
ignored: [],
|
||||
preferred: [],
|
||||
includePreferredWhenRenaming: false,
|
||||
tags: [],
|
||||
|
||||
@@ -206,8 +206,8 @@ ReleaseProfile.propTypes = {
|
||||
|
||||
ReleaseProfile.defaultProps = {
|
||||
enabled: true,
|
||||
required: '',
|
||||
ignored: '',
|
||||
required: [],
|
||||
ignored: [],
|
||||
preferred: [],
|
||||
indexerId: 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user