Skip to content

Commit

Permalink
Web-Srv: "Play All" during running Playlist (Issue #594)
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed Jan 12, 2025
1 parent 04793c2 commit f762525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MiniWebRadio -- Webradio receiver for ESP32
first release on 03/2017 */char Version[] ="\
Version 3.6.1g - Jan 08/2025 ";
Version 3.6.1h - Jan 12/2025 ";

/* 2.8" color display (320x240px) with controller ILI9341 or HX8347D (SPI) or
3.5" color display (480x320px) with controller ILI9486 or ILI9488 (SPI)
Expand Down Expand Up @@ -1355,6 +1355,7 @@ void stopSong() {
_f_pauseResume = false;
_f_playlistNextFile = false;
_f_shuffle = false;
x_ps_free(&_playlistPath);
}

/*****************************************************************************************************************************************************
Expand Down

0 comments on commit f762525

Please sign in to comment.