Merge pull request #226 from keaganhilliard/master

Added ASIN support in the title field
This commit is contained in:
advplyr
2021-12-07 18:11:32 -06:00
committed by GitHub
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<ui-dropdown v-model="provider" :items="providers" label="Provider" small />
</div>
<div class="w-72 px-1">
<ui-text-input-with-label v-model="searchTitle" label="Search Title" placeholder="Search" />
<ui-text-input-with-label v-model="searchTitle" :label="provider == 'audible' ? 'Search Title or ASIN' : 'Search Title'" placeholder="Search" />
</div>
<div class="w-72 px-1">
<ui-text-input-with-label v-model="searchAuthor" label="Author" />