lidarr-on-steroids
lidarr-on-steroids copied to clipboard
Download not working on deemix UI
Describe the bug A clear and concise description of what the bug is. Clicking download does not add download to queue...nothing happens.
To Reproduce Steps to reproduce the behavior: search for album click download nothing happens
Expected behavior download should be queued
System info (please complete the following information): alpine linux
docker-compose.yml (please complete the following information):
version: "3"
services:
lidarr:
image: youegraillot/lidarr-on-steroids
container_name: lidarr
restart: unless-stopped
ports:
- "8686:8686" # Lidarr web UI
- "6595:6595" # Deemix web UI
volumes:
- /home/x/lidarr:/config
- /home/x/Music/Processed:/music
- /data:/data
- /home/x/deemix:/config_deemix
- /home/x/Music/Unprocessed:/downloads
Additional context Add any other context about the problem here.