From 50dab11933fc444b535218428dba1d205c5c65ef Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Thu, 8 Aug 2019 08:28:59 +0200 Subject: [PATCH] Update xdrv_14_mp3.ino --- sonoff/xdrv_14_mp3.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonoff/xdrv_14_mp3.ino b/sonoff/xdrv_14_mp3.ino index d00eefe88..91500a908 100644 --- a/sonoff/xdrv_14_mp3.ino +++ b/sonoff/xdrv_14_mp3.ino @@ -218,6 +218,8 @@ bool MP3PlayerCmd(void) { serviced = false; break; } + } else { + return false; } return serviced; }