Conversation
app/src/main/sentences/fr/media.yml
Outdated
|
|
||
| next: | ||
| - (joue|jouer|jouez|mais|mets|mettez|mettre)? (la|le)? chanson|média|piste suivant<e?> | ||
| - (joue|jouer|jouez|mais|mets|mettez|mettre|passe à|passer à|passez à)? (la|le)? chanson|média|piste|musique|audio|film|stream suivant<e?> |
There was a problem hiding this comment.
The | binds stronger than word boundaries, so you should do (passe à)|(passer à)|(passez à) instead
app/src/main/sentences/fr/media.yml
Outdated
|
|
||
| pause: | ||
| - mais|mets|mettez|mettre (la|le chanson|média|piste sur pause)|(sur pause la|le chanson|média|piste) | ||
| - mais|mets|mettez|mettre ((la|le)? chanson|média|piste sur pause)|(sur pause (la|le)? chanson|média|piste|musique|audio|film|stream) |
There was a problem hiding this comment.
You don't necessarily need the parenthesis in (la|le)?, but this is not important
|
Thank you too for the updates and the quick merging :) |
|
Apparently this does not work, see the documentation for getActiveSessions:
However the |
|
Fixed in 4909bbb, apparently you can use |
|
Wow, well done! |
|
Don't worry, I didn't know either and it worked without issues when I tested the debug build |
Fix #252