We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: