Commit 959c5185 authored by Rafaël Carré's avatar Rafaël Carré

playlist: update status on PLAYLIST_PLAY

Fixes #8082
parent 79978963
......@@ -108,6 +108,7 @@ static int PlaylistVAControl( playlist_t * p_playlist, int i_query, va_list args
case PLAYLIST_PLAY:
if( pl_priv(p_playlist)->p_input )
{
pl_priv(p_playlist)->status.i_status = PLAYLIST_RUNNING;
var_SetInteger( pl_priv(p_playlist)->p_input, "state", PLAYING_S );
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment