mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-01 23:53:35 +05:00
Add basic html player
This commit is contained in:
parent
c58742d186
commit
960485d260
4 changed files with 1307 additions and 2 deletions
1
main.go
1
main.go
|
@ -38,6 +38,7 @@ func main() {
|
|||
http.HandleFunc("/genres", handleGenres)
|
||||
http.HandleFunc("/getm3u", handleGetM3u)
|
||||
http.HandleFunc("/stream", handleStream)
|
||||
http.HandleFunc("/player", handlePlayer)
|
||||
|
||||
err := http.ListenAndServe(config.ListenAddr, nil)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue