mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-30 20:21:58 +00:00 
			
		
		
		
	Merge pull request #1756 from photochlorination/fix-homepage
Don't load trending page on feed homepage
This commit is contained in:
		| @@ -21,6 +21,7 @@ export default { | ||||
|         }; | ||||
|     }, | ||||
|     mounted() { | ||||
|         if (this.$route.path == "/" && this.getPreferenceString("homepage", "trending") == "feed") return; | ||||
|         let region = this.getPreferenceString("region", "US"); | ||||
|  | ||||
|         this.fetchTrending(region).then(videos => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kavin
					Kavin