Fix schedule modal info

This commit is contained in:
mfcar 2023-02-21 21:40:15 +00:00
parent 5c250da388
commit a006eb489d
No known key found for this signature in database
2 changed files with 23 additions and 2 deletions

View file

@ -59,6 +59,14 @@ export default {
newMaxNewEpisodesToDownload: 0
}
},
watch: {
libraryItem: {
immediate: true,
handler(newVal) {
if (newVal) this.init()
}
}
},
computed: {
isProcessing: {
get() {
@ -176,4 +184,4 @@ export default {
height: calc(100% - 80px);
max-height: calc(100% - 80px);
}
</style>
</style>