You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
This is because of a conflict between two intents, the play intent: play [query] and the unpause intent: (unpause | continue | play) [service:musicServiceName]
The prioritization heuristic doesn't distinguish between the generic [query] slot and the more specific [server:musicServiceName] intent.
To fix this we'll need to keep track of slot types when compiling expressions, and then rank matches using this information (probably counting any typed slot as 1 character – reasonable, since it is on the order of one character of information (though a fancier option would score types based on how limited their matches were, maybe using floating point numbers).
Prerequisites:
Mic permissions are enabled.
A Spotify tab is made the active tab and the music is paused.
STR:
Expected result:
The Spotify music is playing again.
Actual result:
"ヒプノシスRADIO -Spotify Edition-" podcast is searched in the tab and starts playing.
Notes:
Reproduced on Mac 10.14.6 and Win10x64 with Firefox Nightly 72.0a1 (64-bit).
The "Play music" command works as intended.
The text was updated successfully, but these errors were encountered: