'continue and resume in media player jumps to the next track instead of resume playing after pause

During a media response to play a list of audio content

https://developers.google.com/assistant/conversational/prompts-media#return_a_playlist

When the user say 'pause' (pause in french) and then say 'continue' or 'resume' (continue or reprend in french) the media player goes to the next track and not resume playing in the actual track. The right behaviour should be to keep the progression of the track and to resume it.

This behaviour works for google play book or spotify for example but not with the google actions platforms (google nest audio speaker)

I tried to override this 2 intents (continue et reprend) and it doesn't works, it's not caught in the scene. No logs appears on google logs explorer (https://console.cloud.google.com/logs)

What do you think ? It's an issue on my side (the google actions platforms) or on your side (a media player issue)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source