Apposite245
Results
2
issues of
Apposite245
Filter looks like this ``` (video, objectType) => { if (video.viewCount > 10000) { return true; } return false; } ``` not working in playlist view, works fine everywhere else.
Trying to write an advanced filter that will block videos that have more than X views and are shorter than X seconds. I'm using video.vidLength and video.viewCount, I can get...