Skip to content
New issue

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

Download not working on deemix UI #98

Open
eojjn opened this issue Jun 9, 2024 · 0 comments
Open

Download not working on deemix UI #98

eojjn opened this issue Jun 9, 2024 · 0 comments

Comments

@eojjn
Copy link

eojjn commented Jun 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant