Change PLAYBACK_ACTION_ABILITY to 20 93/207593/1 accepted/tizen/unified/20190610.082549 submit/tizen/20190605.070245
authorjiyong.min <jiyong.min@samsung.com>
Mon, 10 Jun 2019 00:08:20 +0000 (09:08 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Mon, 10 Jun 2019 00:08:20 +0000 (09:08 +0900)
Change-Id: I5656b1e23cb3c987b8187fee3f3f83dd4960c7b1

include/media_controller_private.h

index 3c48602..3a2bbf2 100644 (file)
@@ -320,7 +320,7 @@ typedef enum {
        MC_SERVER_EVENT_MAX,
 } mc_server_receive_event_e;
 
-#define PLAYBACK_ACTION_ABILITY        MC_SERVER_EVENT_PLAYBACK_ACTION + 30
+#define PLAYBACK_ACTION_ABILITY        MC_SERVER_EVENT_PLAYBACK_ACTION + 20
 
 typedef struct {
        char *server_name;