mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 12:42:07 +00:00 
			
		
		
		
	fix: subscription group filter in feed doesn't work anymore
This commit is contained in:
		| @@ -90,7 +90,7 @@ export default { | ||||
|  | ||||
|             return _this.selectedGroupName == "" | ||||
|                 ? videos | ||||
|                 : videos.filter(video => selectedGroup[0].channels.includes(video.uploaderUrl.substr(-11))); | ||||
|                 : videos.filter(video => selectedGroup[0].channels.includes(video.uploaderUrl.substr(-24))); | ||||
|         }, | ||||
|     }, | ||||
|     mounted() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro