mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #421] Download option does not appear #300
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcbres on GitHub (Aug 24, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/421
Hello,
I've installed koel on december 2015, so I think it was version 2.0 or something like that. I've been updating since then, now I'm on the last verison 3.3.0, but the new feature introduced on 3.0.0 to allow download files is not showing up.
When I try to right click a song it opens the browser menu instead a menu from koel. I've tried with firefox/opera/chrome on windows and firefox on linux, always with the same result.
Maybe on some step of the incremental updates since 2.0.0 version missed something needed to enable the right clicking?
I've tried adding to .env file the ALLOW_DOWNLOAD variable with value true, but didn't help (the documentation does not says it is a requierent though)
Thank you
@BernardGoldberger commented on GitHub (Aug 24, 2016):
A few points
I would say review all the upgrade guides and see if you missed something, the most important ones being
composer installandrm -rf node_modules && npm install.@marcbres commented on GitHub (Aug 24, 2016):
I've solved it, remembering on the beginnings, I did a
gulp --productionand then, magically worked 😄