Add:Show audiobook duration and narrator in audible match results #886

This commit is contained in:
advplyr 2022-08-03 18:06:25 -05:00
parent 605a6d8b25
commit 3d3571013f
3 changed files with 7 additions and 4 deletions

View file

@ -319,6 +319,7 @@ export default {
}
this.searchResults = results || []
console.log('Results', results)
this.isProcessing = false
this.hasSearched = true
},