mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-27 00:56:31 +00:00
Remove the duplicated filter query handling
This commit is contained in:
parent
9e97fc732b
commit
b0146189ab
@ -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…
x
Reference in New Issue
Block a user