Skip to content

Commit 4ca805c

Browse files
committed
fix screenscraper naming
1 parent 085f652 commit 4ca805c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/views/Auth/Setup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const metadataOptions = computed(() => [
3232
disabled: !heartbeat.value.METADATA_SOURCES?.MOBY_API_ENABLED,
3333
},
3434
{
35-
name: "ScreenScrapper",
35+
name: "ScreenScraper",
3636
value: "ss",
3737
logo_path: "/assets/scrappers/ss.png",
3838
disabled: !heartbeat.value.METADATA_SOURCES?.SS_API_ENABLED,

frontend/src/views/Settings/MetadataSources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const metadataOptions = computed(() => [
3636
heartbeat: heartbeatStatus.value.moby,
3737
},
3838
{
39-
name: "ScreenScrapper",
39+
name: "ScreenScraper",
4040
value: "ss",
4141
logo_path: "/assets/scrappers/ss.png",
4242
disabled: !heartbeat.value.METADATA_SOURCES?.SS_API_ENABLED,

0 commit comments

Comments
 (0)