--- STREAM TRACK --- Attempt to stream from the indicated URL.
| 361 | // --- STREAM TRACK --- |
| 362 | // Attempt to stream from the indicated URL. |
| 363 | bool NCApps::streamTrack(std::string url) { |
| 364 | // FIXME: Call global function. Could be cleaner. |
| 365 | return ::streamTrack(url); |
| 366 | } |
| 367 | |
| 368 | |
| 369 | // --- STORE VALUE --- |
no test coverage detected