Remove the duplicated filter query handling

This commit is contained in:
Bnyro 2023-01-27 21:12:03 +01:00 committed by GitHub
parent 9e97fc732b
commit b0146189ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ export default {
this.updateWatched(this.videos);
});
this.selectedFilter = this.$route.query.filter ?? this.getPreferenceString("feedFilter") ?? "all";
this.selectedFilter = this.getPreferenceString("feedFilter") ?? "all";
},
activated() {
document.title = this.$t("titles.feed") + " - Piped";