Merge pull request #6189 from gemu2015/mp3-fix

Update xdrv_14_mp3.ino
This commit is contained in:
Theo Arends 2019-08-08 08:36:06 +02:00 committed by GitHub
commit 301f2c626d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ bool MP3PlayerCmd(void) {
serviced = false;
break;
}
} else {
return false;
}
return serviced;
}