mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #327] Can't have seek/progress bar on install #241
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#241
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 @reind33r on GitHub (May 8, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/327
Hi,
I tried to install koel several times yesterday and whatever I did, I couldn't get the seek/progress bar showing up like on the demo version. I tried with branchs "master" and "demo" and also with version 2.1.0 and 2.2.0 and the problem was the same.
I looked at the versions npm installed and at the packages.json file, and I saw that npm installed plyr version 1.6.x. I removed the "^" before plyr version in the packages.json, to install precisely version 1.5.x and it worked again.
The developer must have introduced a change that break compatibility between 1.5 and 1.6.
It could be good to either look at what changed between these versions and adapt koel, or force the use of "old" version :)
But now that I've set up a working install of koel, I'm enjoying it! Thanks for your amazing work!
@phanan commented on GitHub (May 8, 2016):
Thanks, I acknowledge this.