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.
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 thepostVideosSearch
API and creating an API specifically for listing by group and then exposing that in toby-ui.tsx.