docs: Add new state transition from STOPPED to PAUSED in graph
This commit is contained in:
parent
4894332160
commit
7bd281942a
@ -263,6 +263,7 @@ class PlaybackController(object):
|
||||
.. digraph:: state_transitions
|
||||
|
||||
"STOPPED" -> "PLAYING" [ label="play" ]
|
||||
"STOPPED" -> "PAUSED" [ label="pause" ]
|
||||
"PLAYING" -> "STOPPED" [ label="stop" ]
|
||||
"PLAYING" -> "PAUSED" [ label="pause" ]
|
||||
"PLAYING" -> "PLAYING" [ label="play" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user