From 1e18459ae6f27871abc141a0d93f6e21be2d7a2d Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Thu, 9 Aug 2012 10:13:26 +0100 Subject: Clarify behaviour of Play() when paused Play() should behave exactly like PlayPause(), except when PlaybackStatus is "Playing". --- spec/Player_Node.xml | 1 + spec/all.xml | 13 ++----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/spec/Player_Node.xml b/spec/Player_Node.xml index 5e18d51..bd39984 100644 --- a/spec/Player_Node.xml +++ b/spec/Player_Node.xml @@ -194,6 +194,7 @@

Starts or resumes playback.

If already playing, this has no effect.

+

If paused, playback resumes from the current position.

If there is no track to play, this has no effect.

If CanPlay is diff --git a/spec/all.xml b/spec/all.xml index 53948fe..e1ece7c 100644 --- a/spec/all.xml +++ b/spec/all.xml @@ -84,25 +84,16 @@ - -- cgit v1.2.3