ngx-audio-player icon indicating copy to clipboard operation
ngx-audio-player copied to clipboard

Problems with empty playlist

Open VasuInukollu opened this issue 3 years ago • 0 comments

When the playlist is empty, there is a get request being sent to the server with the following headers.

GET / HTTP/1.1
Host: localhost:4200
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0
Accept: audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5
Accept-Language: en-US,en;q=0.5
Range: bytes=0-
Connection: keep-alive
Referer: http://localhost:4200/
Pragma: no-cache
Cache-Control: no-cache

How to stop this request from being sent?

VasuInukollu avatar Mar 05 '21 08:03 VasuInukollu