blocktube
blocktube copied to clipboard
View count advanced filter not working in Playlist view
Filter looks like this
(video, objectType) => {
if (video.viewCount > 10000) {
return true;
}
return false;
}
not working in playlist view, works fine everywhere else.