mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove the duplicated filter query handling
This commit is contained in:
parent
9e97fc732b
commit
b0146189ab
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default {
|
||||||
this.updateWatched(this.videos);
|
this.updateWatched(this.videos);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.selectedFilter = this.$route.query.filter ?? this.getPreferenceString("feedFilter") ?? "all";
|
this.selectedFilter = this.getPreferenceString("feedFilter") ?? "all";
|
||||||
},
|
},
|
||||||
activated() {
|
activated() {
|
||||||
document.title = this.$t("titles.feed") + " - Piped";
|
document.title = this.$t("titles.feed") + " - Piped";
|
||||||
|
|
Loading…
Reference in a new issue