Add disable/enable toggle for radio fallback songs
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m27s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m27s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -129,6 +129,8 @@ func main() {
|
||||
admin.POST("/radio/upload", store.UploadRadioSong)
|
||||
admin.GET("/radio/songs", store.ListRadioSongs)
|
||||
admin.DELETE("/radio/songs/:filename", store.DeleteRadioSong)
|
||||
admin.PATCH("/radio/songs/:filename/disable", store.DisableRadioSong)
|
||||
admin.PATCH("/radio/songs/:filename/enable", store.EnableRadioSong)
|
||||
|
||||
// MESSAGES
|
||||
r.GET("/ws", store.ConnectWebSocket)
|
||||
|
||||
Reference in New Issue
Block a user