mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: subscription group filter in feed doesn't work anymore
This commit is contained in:
parent
84b2637d7d
commit
e29bfd6096
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue