mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix(connection): ignore probe failures during restart (#682)
This commit is contained in:
@@ -337,6 +337,7 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/composables/useMediaSubscribe.ts',
|
||||
'src/composables/useLlmProviderDirectory.ts',
|
||||
'src/composables/useOfflineStatus.ts',
|
||||
'src/composables/useServerConnectionProbe.ts',
|
||||
'src/composables/useTorrentFilter.ts',
|
||||
'src/layouts/default/components/OfflinePage.vue',
|
||||
'src/components/cards/SubscribeCard.vue',
|
||||
@@ -433,6 +434,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/composables/useServerConnectionProbe.ts': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/layouts/default/components/OfflinePage.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
|
||||
Reference in New Issue
Block a user