mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Don't load trending page on feed homepage
This commit is contained in:
parent
601da0d460
commit
26d39ae55c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
if (this.$route.path == "/" && this.getPreferenceString("homepage", "trending") == "feed") return;
|
||||||
let region = this.getPreferenceString("region", "US");
|
let region = this.getPreferenceString("region", "US");
|
||||||
|
|
||||||
this.fetchTrending(region).then(videos => {
|
this.fetchTrending(region).then(videos => {
|
||||||
|
|
Loading…
Reference in a new issue