mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1024] Audio no execute after page reload #614
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#614
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 @a21ns1g4ts on GitHub (Jul 20, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1024
Hello Guys.
Issue info:
All checked? Now also make sure your issue
Detected in: v3.7.0 and v3.7.2
After user reload page the sound no execute.
Steps to reproduce:
-Login into koel app.
-Go to all songs.
-Reproduce any music.
-Reload the page.
-Try execute a music again.
{without audio}
What is happen with this behavior ?
After reload page the DOM change and many things happen. In specific: The (audio) element can't be refer in source context
( const source = context.createMediaElementSource(player) ) [ equalizer.vue ]into equalizer init function. For now i disable the equalizer.playback.js
//event.emit('equalizer:init', this.player.media)site-footer index.vue
@phanan commented on GitHub (Jul 21, 2019):
Can you provide OS and browser details?
@a21ns1g4ts commented on GitHub (Jul 21, 2019):
OS: Ubuntu 18.4
Browser:Google Chrome 74.0.3729.169
@BrookeDot commented on GitHub (Jul 23, 2019):
I recently started to experience this only on my Android 8.1 device using either Brave or Firefox Focus as the browser.
Server is running Debian 10