I was able to get the Google cast to play a Youtube video via Play { “app_name”: “youtube”, “media_id”: “videoidstring” } on my Android TV. But it’s an exercise video that I’d like to start after the intro stuff. The usual URL would have "&t=30s " but that doesn’t work here, and looking at the code (here?) it looks like it should have the t query param in a params field, not in the id string. Does anyone know of another way to accomplish this? Not sure I want it badly enough to do a pull request, but who knows.