mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Remove the duplicated filter query handling
This commit is contained in:
		@@ -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";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user