Update:Move library stats page to SideRail #3134

This commit is contained in:
advplyr
2024-07-13 15:26:07 -05:00
parent 43b7ccd61a
commit eabfa90121
7 changed files with 199 additions and 181 deletions

View File

@@ -114,9 +114,9 @@ export default {
if (this.currentLibraryId) {
configRoutes.push({
id: 'config-library-stats',
id: 'library-stats',
title: this.$strings.HeaderLibraryStats,
path: '/config/library-stats'
path: `/library/${this.currentLibraryId}/stats`
})
configRoutes.push({
id: 'config-stats',
@@ -182,4 +182,4 @@ export default {
}
}
}
</script>
</script>