summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 67b0ecb..aa3dc48 100644
--- a/src/main.c
+++ b/src/main.c
@@ -198,9 +198,8 @@ static void _app_control(app_control_h app_control, void *data)
}
if (file_path != NULL) {
- if (media_type != NULL) {
+ if (media_type != NULL)
_open_media_file(media_type, file_path);
- }
}
}
if (media_id)