Commit c4b71ae1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix an issue with the state option (behaves differently then in 0.8.1) and...

Fix an issue with the state option (behaves differently then in 0.8.1) and removed useless white space.
parent 80796b61
......@@ -746,7 +746,7 @@ static void Run( intf_thread_t *p_intf )
msg_rc( STATUS_CHANGE "( stop state: 0 )" );
break;
case PLAYLIST_RUNNING:
msg_rc( STATUS_CHANGE "( play state: %d )", var_GetInteger( p_input, "state" ) );
msg_rc( STATUS_CHANGE "( play state: 1 )" );
break;
case PLAYLIST_PAUSED:
msg_rc( STATUS_CHANGE "( pause state: 2 )" );
......
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