Commit 9a974620 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

cdda: Fix issue with pausing of CDDA

(cherry picked from commit 4be4d658)
parent 2c5a7576
......@@ -383,6 +383,8 @@ static int Control( access_t *p_access, int i_query, va_list args )
break;
case ACCESS_SET_PAUSE_STATE:
break;
case ACCESS_GET_TITLE_INFO:
case ACCESS_SET_TITLE:
case ACCESS_GET_META:
......
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