Fixed: author manual import (#32)

* Fix: apply fix from Lidarr to the Readarr manual import modal

* Rename Album to Book in the identification override

* Rename "audio" to "book" in the interactive import modal empty message
This commit is contained in:
Thomas Mathews
2020-05-26 20:55:40 +01:00
committed by GitHub
parent 3f8733830a
commit d83d2548e5
8 changed files with 41 additions and 12 deletions

View File

@@ -408,7 +408,7 @@ class InteractiveImportModalContent extends Component {
{
isPopulated && !items.length && !isFetching &&
'No audio files were found in the selected folder'
'No book files were found in the selected folder'
}
</ModalBody>