frankhale / toby

A YouTube player for the desktop
138 stars 18 forks source link

Listing videos by group is slightly funky now #93

Closed frankhale closed 7 years ago

frankhale commented 7 years ago

After changing to searching YouTube by default I exposed an unexpected behavior with regards to using /g to list all videos in a group. Since I put searching locally behind /local now you have to do /local /g Group Name which is not the desired behavior I wanted. This can be fixed by removing the command logic out of the postVideosSearch API and creating an API specifically for listing by group and then exposing that in toby-ui.tsx.

frankhale commented 7 years ago

Turns out this was a bit easier to fix than I was thinking