mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Update:Bookmarks modal UI #876
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user