mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 21:47:25 +00:00
fix: subscription group filter in feed doesn't work anymore
This commit is contained in:
parent
84b2637d7d
commit
e29bfd6096
@ -90,7 +90,7 @@ export default {
|
|||||||
|
|
||||||
return _this.selectedGroupName == ""
|
return _this.selectedGroupName == ""
|
||||||
? videos
|
? videos
|
||||||
: videos.filter(video => selectedGroup[0].channels.includes(video.uploaderUrl.substr(-11)));
|
: videos.filter(video => selectedGroup[0].channels.includes(video.uploaderUrl.substr(-24)));
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
Reference in New Issue
Block a user