diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 446bffb..0e388ce 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -618,6 +618,7 @@ static enum plugin_status test_track(char* filename) /* Write an empty line to the log */ log_text("",true); + rb->backlight_on(); exit: return res; |