Always sync file inodes, save http url covers in cover directory

This commit is contained in:
advplyr 2021-10-01 18:42:48 -05:00
parent 4e45ff83c6
commit 28cbe0a95c
14 changed files with 355 additions and 94 deletions

View file

@ -9,7 +9,7 @@
export default {
data() {
return {
inputAccept: 'image/*'
inputAccept: '.png, .jpg, .jpeg, .webp'
}
},
computed: {},