This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit 9f4c6fcb5b9f67804301c42774abbb3490c8c7b4
Merge: 41c8243 b367abe
Author: 1wErt3r <[email protected]>
AuthorDate: Fri Oct 10 16:59:37 2025 -0500
Merge pull request #3 from 1wErt3r/develop
Modularize
src/Makefile.am | 2 +-
src/appdata.h | 27 +++
src/http.c | 279 ++++++++++++++++++++++++++++++
src/http.h | 10 ++
src/main.c | 496 ++---------------------------------------------------
src/radio_player.c | 63 +++++++
src/radio_player.h | 9 +
src/station_list.c | 61 +++++++
src/station_list.h | 7 +
src/ui.c | 135 +++++++++++++++
src/ui.h | 7 +
11 files changed, 611 insertions(+), 485 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.