mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-27 07:29:10 +02:00
Update:Epub ereader show location at bottom of page #766
This commit is contained in:
parent
ac2b674ba5
commit
04bc74babe
4 changed files with 61 additions and 12 deletions
|
@ -17,6 +17,9 @@ export default function ({ store }, inject) {
|
|||
url = `${serverUrl}${url}`
|
||||
}
|
||||
}
|
||||
if (data) {
|
||||
headers['Content-Type'] = 'application/json'
|
||||
}
|
||||
console.log(`[nativeHttp] Making ${method} request to ${url}`)
|
||||
return CapacitorHttp.request({
|
||||
method,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue