4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 21:26:37 +00:00

Add missing HLS default interfaces.

This commit is contained in:
PeWe79 2023-12-20 17:25:23 +07:00
parent c8bcee0ad8
commit 5db16f045b

View File

@ -445,6 +445,11 @@ export interface ApiNowPlayingStation {
* @example true
*/
hls_enabled?: boolean;
/**
* If the station has HLS default.
* @example true
*/
hls_is_default?: boolean
/**
* The full URL to listen to the HLS stream for the station.
* @example "https://example.com/hls/azuratest_radio/live.m3u8"