mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
hotfix
This commit is contained in:
parent
b3342f848a
commit
30c65c96a6
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ export default {
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
if (Object.keys(this.$route.query).length > 0) this.$router.replace({ query: {} });
|
if (Object.keys(this.$route.query).length > 0) this.$router.replace({ query: {} });
|
||||||
this.customInstances = JSON.parse(localStorage.custominstances);
|
this.customInstances = JSON.parse(localStorage.getItem("custominstances"));
|
||||||
this.fetchJson("https://piped-instances.kavin.rocks/").then(resp => {
|
this.fetchJson("https://piped-instances.kavin.rocks/").then(resp => {
|
||||||
this.instances = resp;
|
this.instances = resp;
|
||||||
if (this.customInstances != null) {
|
if (this.customInstances != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue