mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-11 06:19:39 +00:00
Scan for covers now saves covers, server settings to save covers in audiobook folder
This commit is contained in:
parent
28cbe0a95c
commit
a4bf3a759f
9 changed files with 83 additions and 31 deletions
|
|
@ -5,8 +5,14 @@ const DownloadStatus = {
|
|||
FAILED: 3
|
||||
}
|
||||
|
||||
const CoverDestination = {
|
||||
METADATA: 0,
|
||||
AUDIOBOOK: 1
|
||||
}
|
||||
|
||||
const Constants = {
|
||||
DownloadStatus
|
||||
DownloadStatus,
|
||||
CoverDestination
|
||||
}
|
||||
|
||||
export default ({ app }, inject) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue