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