e77e854d2e
- Add tonic/prost gRPC client connecting to music-agregator service - Add config.yaml for configurable server host/port - Add build.rs for proto compilation from music-agregator - Update Artist/Album models to match proto with MonitorState enum - Convert album list from GetArtists response - Fix album click selection with correct layout offsets - Improve monitor state icons for better visibility
4 lines
39 B
YAML
4 lines
39 B
YAML
server:
|
|
host: localhost
|
|
port: 3000
|