Power off playlist unload.

This commit is contained in:
Blaz Kristan
2021-02-28 15:34:18 +01:00
parent a1c2c04510
commit 90808ac67e
3 changed files with 14 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ void toggleOnOff()
{
briLast = bri;
bri = 0;
unloadPlaylist();
}
}