aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/GetStarted.vue2
-rw-r--r--src/components/services/Emby.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/GetStarted.vue b/src/components/GetStarted.vue
index dcabc02..c256a0f 100644
--- a/src/components/GetStarted.vue
+++ b/src/components/GetStarted.vue
@@ -6,7 +6,7 @@
6 <p> 6 <p>
7 <a 7 <a
8 class="button is-primary mt-5 has-text-weight-bold" 8 class="button is-primary mt-5 has-text-weight-bold"
9 href="https://github.com/bastienwirtz/homer/blob/main/README.md#getting-started" 9 href="https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md#configuration"
10 target="_blank" 10 target="_blank"
11 > 11 >
12 Get started 12 Get started
diff --git a/src/components/services/Emby.vue b/src/components/services/Emby.vue
index 25a2612..d2411f0 100644
--- a/src/components/services/Emby.vue
+++ b/src/components/services/Emby.vue
@@ -62,7 +62,7 @@ export default {
62 this.fetch("/System/info/public") 62 this.fetch("/System/info/public")
63 .then((response) => { 63 .then((response) => {
64 if (response.Id) this.status = "running"; 64 if (response.Id) this.status = "running";
65 else throw new Error(); 65 else throw new Error();
66 }) 66 })
67 .catch((e) => { 67 .catch((e) => {
68 console.log(e); 68 console.log(e);