diff --git a/client/components/app/SideRail.vue b/client/components/app/SideRail.vue
index dbc295d20..60bbf2203 100644
--- a/client/components/app/SideRail.vue
+++ b/client/components/app/SideRail.vue
@@ -71,6 +71,14 @@
warning
@@ -143,6 +151,9 @@ export default {
isAuthorsPage() {
return this.$route.name === 'library-library-authors'
},
+ isSocialPage() {
+ return this.$route.name === 'social'
+ },
libraryBookshelfPage() {
return this.$route.name === 'library-library-bookshelf-id'
},
@@ -152,6 +163,9 @@ export default {
filterBy() {
return this.$store.getters['user/getUserSetting']('filterBy')
},
+ isGlobalSharing() {
+ return this.$store.getters['getServerSetting']('sharedListeningStats')
+ },
showingIssues() {
if (!this.$route.query) return false
return this.libraryBookshelfPage && this.$route.query.filter === 'issues'
@@ -182,4 +196,4 @@ export default {
},
mounted() {}
}
-
\ No newline at end of file
+
diff --git a/client/pages/account.vue b/client/pages/account.vue
index 5f689d772..044f2c227 100644
--- a/client/pages/account.vue
+++ b/client/pages/account.vue
@@ -19,6 +19,18 @@
+
+
+
+
+ {{ $strings.ShareStats }}
+ info_outlined
+
+
+
+
+
+
{{ $strings.HeaderChangePassword }}