From ca85635b03657fbd6f3b4e496408e9e31354c09b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 26 Dec 2019 00:06:50 +0100 Subject: [PATCH] Settings with new feature to autnhenticate plex account with your season account. Also moved settings to computed value of new user store module. --- src/components/Settings.vue | 74 ++++++++++++++++++++++++++----------- 1 file changed, 53 insertions(+), 21 deletions(-) diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 2dc5452..875f46e 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -3,17 +3,23 @@

Plex account

- Sign in to your plex account to get information about recently added movies and to see your watch history -
- - +
+ Sign in to your plex account to get information about recently added movies and to see your watch history - link plex account + + + - - + link plex account + +
+
+ Awesome, your account is already authenticated with plex! Enjoy viewing your seasoned search history, plex watch history and real-time torrent download progress. + un-link plex account +
+
@@ -44,12 +50,13 @@