This commit is contained in:
jxxghp
2024-06-04 08:01:10 +08:00
parent 6445f3a634
commit bb10b22421
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.9.3-1",
"version": "1.9.3-2",
"private": true,
"bin": "dist/service.js",
"scripts": {
@@ -101,4 +101,4 @@
"resolutions": {
"postcss": "8"
}
}
}

View File

@@ -261,6 +261,7 @@ onMounted(() => {
type="library"
:directory="element"
:categories="mediaCategories"
@update:modelValue="(value: string) => (element.path = value)"
@close="libraryCardClose(element.name)"
/>
</template>