Update TrendingPage.vue

This commit is contained in:
Bnyro 2022-07-20 18:22:41 +02:00 committed by GitHub
parent e8979d0fce
commit 92e8a12cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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":