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

Feature: Album download #531

Open
RobertSasak opened this issue Aug 9, 2024 · 0 comments
Open

Feature: Album download #531

RobertSasak opened this issue Aug 9, 2024 · 0 comments

Comments

@RobertSasak
Copy link

gonic version: v0.16.4

Gonic currently implements download.view the same as stream. This works ok for downloading songs. However it throw an error when dowloading and album. This can be easily trigger by clicking on download arrow in Jamstash.

//cb( // commented out to get nice syntax highlight
{
  subsonic-response: {
  status: "failed",
  version: "1.15.0",
  type: "gonic",
  serverVersion: "0.16.4",
  openSubsonic: true,
  error: {
    code: 0,
      message: "error looking up id al-3312: not found"
    }
  }
}
//)

As this is not a very important feature I want to just note it for everybody else.

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

No branches or pull requests

2 participants