mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 09:19:15 +02:00
Adding download zip file, fix local cover art for m4b download
This commit is contained in:
parent
3dfd7ea035
commit
174fce9614
14 changed files with 625 additions and 113 deletions
14
client/plugins/constants.js
Normal file
14
client/plugins/constants.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
const DownloadStatus = {
|
||||
PENDING: 0,
|
||||
READY: 1,
|
||||
EXPIRED: 2,
|
||||
FAILED: 3
|
||||
}
|
||||
|
||||
const Constants = {
|
||||
DownloadStatus
|
||||
}
|
||||
|
||||
export default ({ app }, inject) => {
|
||||
inject('constants', Constants)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue