eshaz / icecast-metadata-js

Browser and NodeJS packages for playing and reading Icecast compatible streaming audio with realtime metadata updates.
155 stars 20 forks source link

readme stop() example #70

Closed JustinWebDev closed 3 years ago

JustinWebDev commented 3 years ago

In https://github.com/eshaz/icecast-metadata-js/tree/master/src/icecast-metadata-stats#usage, there is To start querying once every n seconds for metadata and statistics, call start(). statsListener.start();

To stop querying, call stop() statsListener.start();

Why does the stop() example have .start()?

eshaz commented 3 years ago

That's a typo in the documentation. Thanks for letting me know about it.