Cleanup old unused and missing vars

This commit is contained in:
advplyr
2022-04-03 14:37:44 -05:00
parent f57f0e4e0d
commit 0b9b0341b5
6 changed files with 15 additions and 10 deletions
+1
View File
@@ -124,6 +124,7 @@ export default {
},
methods: {
async fetchCategories() {
if (!this.currentLibraryId) return null
var categories = await this.$axios
.$get(`/api/libraries/${this.currentLibraryId}/personalized?minified=1`)
.then((data) => {
+1 -1
View File
@@ -12,7 +12,7 @@
<!-- <p class="absolute bottom-16 left-0 right-0 px-2 text-center text-error"><strong>Important!</strong> This app requires that you are running <u>your own server</u> and does not provide any content.</p> -->
<connection-server-connect-form :server-connection-configs="serverConnectionConfigs" :last-server-connection-config="lastServerConnectionConfig" />
<connection-server-connect-form />
</div>
<div class="flex items-center justify-center pt-4 fixed bottom-4 left-0 right-0">