We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085f652 commit 4ca805cCopy full SHA for 4ca805c
frontend/src/views/Auth/Setup.vue
@@ -32,7 +32,7 @@ const metadataOptions = computed(() => [
32
disabled: !heartbeat.value.METADATA_SOURCES?.MOBY_API_ENABLED,
33
},
34
{
35
- name: "ScreenScrapper",
+ name: "ScreenScraper",
36
value: "ss",
37
logo_path: "/assets/scrappers/ss.png",
38
disabled: !heartbeat.value.METADATA_SOURCES?.SS_API_ENABLED,
frontend/src/views/Settings/MetadataSources.vue
@@ -36,7 +36,7 @@ const metadataOptions = computed(() => [
heartbeat: heartbeatStatus.value.moby,
39
40
41
42
0 commit comments