Richienb / audic

Play some audio.
MIT License
68 stars 9 forks source link

Fix looping #23

Closed yuyaryshev closed 1 year ago

yuyaryshev commented 1 year ago

This commit leaves only "loop" property, but will likely make it work. see #19 I'm doing this commit directly from github and haven't tested it.

The problem was caused by the fact that VLC have two separate flags: repeat and loop. See here https://wiki.videolan.org/VLC_HTTP_requests/

Fixes #19, closes #22