mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 10:49:00 +02:00
Use local image as cover if found, adding release-it version control
This commit is contained in:
parent
30700c1eb0
commit
eab8edce8d
18 changed files with 2200 additions and 142 deletions
|
@ -1,6 +1,9 @@
|
|||
export default function ({ $axios, store }) {
|
||||
$axios.onRequest(config => {
|
||||
console.log('Making request to ' + config.url)
|
||||
if (config.url.startsWith('http:') || config.url.startsWith('https:')) {
|
||||
return
|
||||
}
|
||||
var bearerToken = store.state.user ? store.state.user.token : null
|
||||
// console.log('Bearer token', bearerToken)
|
||||
if (bearerToken) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue