youegraillot / lidarr-on-steroids

Lidarr with some muscles thanks to deemix
333 stars 26 forks source link

Download not working on deemix UI #98

Open eojjn opened 3 months ago

eojjn commented 3 months ago

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.