mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
Update TrendingPage.vue
This commit is contained in:
parent
e8979d0fce
commit
92e8a12cc0
@ -31,7 +31,6 @@ export default {
|
||||
activated() {
|
||||
document.title = this.$t("titles.trending") + " - Piped";
|
||||
if (this.videos.length > 0) this.updateWatched(this.videos);
|
||||
console.log(this.$route.path);
|
||||
if (this.$route.path == "/") {
|
||||
switch (this.getPreferenceString("homepage", "trending")) {
|
||||
case "trending":
|
||||
|
Loading…
Reference in New Issue
Block a user