Changed: Remove Language Profiles (#870)

* Changed: Remove Language Profiles

* fixup! Changed: Remove Language Profiles

* fixup! Changed: Remove Language Profiles

* Remove unused method in FileNameBuilder

* Fixed: Cleanup Int Converter Copy/Paste Issues and Grammar
This commit is contained in:
Qstick
2019-08-02 07:50:09 -04:00
committed by GitHub
parent 8f791abbf6
commit 8b860bcb82
227 changed files with 345 additions and 5873 deletions

View File

@@ -127,7 +127,6 @@ class InteractiveImportModalContentConnector extends Component {
albumReleaseId,
tracks,
quality,
language,
disableReleaseSwitching
} = item;
@@ -151,11 +150,6 @@ class InteractiveImportModalContentConnector extends Component {
return false;
}
if (!language) {
this.setState({ interactiveImportErrorMessage: 'Language must be chosen for each selected file' });
return false;
}
files.push({
path: item.path,
folderName: item.folderName,
@@ -164,7 +158,6 @@ class InteractiveImportModalContentConnector extends Component {
albumReleaseId,
trackIds: _.map(tracks, 'id'),
quality,
language,
downloadId: this.props.downloadId,
disableReleaseSwitching
});