Skip to content

Commit

Permalink
feat: allow turning off cover fetching on isbn list import bayang#57
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 3, 2023
1 parent f51df40 commit 8348544
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jelu-ui/src/components/Imports.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const importFile = async () => {
importSource: importSource.value
}
if (importSource.value == ImportSource.ISBN_LIST) {
importConfig.shouldFetchCovers = true
importConfig.shouldFetchMetadata = true
}
dataService.importCsv(
Expand Down Expand Up @@ -159,7 +158,6 @@ watch(file, (newVal, oldVal) => {
</o-field>
</div>
<div
v-if="importSource != ImportSource.ISBN_LIST"
class="field"
>
<o-field
Expand Down

0 comments on commit 8348544

Please sign in to comment.