Commit 4be4d658 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

cdda: Fix issue with pausing of CDDA

parent 06b2a5e2
......@@ -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