diff --git a/client/components/app/ConfigSideNav.vue b/client/components/app/ConfigSideNav.vue index b42a560ea..fe71db499 100644 --- a/client/components/app/ConfigSideNav.vue +++ b/client/components/app/ConfigSideNav.vue @@ -114,9 +114,9 @@ export default { if (this.currentLibraryId) { configRoutes.push({ - id: 'library-stats', - title: this.$strings.HeaderLibraryStats, - path: `/library/${this.currentLibraryId}/stats` + id: 'config-server-stats', + title: this.$strings.HeaderServerStats, + path: `/config/server-stats` }) configRoutes.push({ id: 'config-stats', diff --git a/client/components/stats/PreviewIcons.vue b/client/components/stats/PreviewIcons.vue index ca64e8af6..b9f89e5da 100644 --- a/client/components/stats/PreviewIcons.vue +++ b/client/components/stats/PreviewIcons.vue @@ -14,7 +14,7 @@ podcasts
{{ $formatNumber(numAudioTracks) }}
-Episodes
+{{ $strings.LabelEpisodes }}
Name | +{{ $strings.LabelName }} | {{ $strings.LabelStatsItemsInLibrary }} | {{ $strings.LabelStatsOverallHours }} | {{ $strings.LabelStatsAuthors }} | @@ -19,7 +19,11 @@||||||
---|---|---|---|---|---|---|---|---|---|---|
- {{ library.name }} +
+ |
{{ library.stats.totalItems }} @@ -41,20 +45,24 @@ -
|