mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
Update:Bookmarks modal UI #876
This commit is contained in:
parent
04bc74babe
commit
ce7779607f
3 changed files with 23 additions and 18 deletions
|
@ -37,6 +37,9 @@ export default function ({ store }, inject) {
|
|||
},
|
||||
patch(url, data, options = {}) {
|
||||
return this.request('PATCH', url, data, options)
|
||||
},
|
||||
delete(url, options = {}) {
|
||||
return this.request('DELETE', url, undefined, options)
|
||||
}
|
||||
}
|
||||
inject('nativeHttp', nativeHttp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue