diff options
| author | 2020-03-06 19:41:48 -0300 | |
|---|---|---|
| committer | 2020-03-06 19:41:48 -0300 | |
| commit | fd02cb9605896bc9616b677505638c6806774a61 (patch) | |
| tree | a79a561f0ba33339760450f12078b51354f956cc | |
| parent | 34526ca00b8acfbe5264b867c6ce97285313d766 (diff) | |
| download | baitv-frontend-master.tar.gz baitv-frontend-master.tar.xz baitv-frontend-master.zip  | |
| -rw-r--r-- | settings.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.js b/settings.js index b2b6ce9..ad2b69d 100644 --- a/settings.js +++ b/settings.js @@ -1,7 +1,7 @@  const PLAY = true;
  const CONNECT = true;
 -const MEDIA_HLS_URL = "https://tv.bienvenidoainternet.org/hls/bai.m3u8";
 -const MEDIA_DASH_URL = "https://tv.bienvenidoainternet.org/dash/bai.mpd";
 +const MEDIA_HLS_URL = "https://tv2.bienvenidoainternet.org/hls/bai.m3u8";
 +const MEDIA_DASH_URL = "https://tv2.bienvenidoainternet.org/dash/bai.mpd";
  const STATE_URL = "https://tv.bienvenidoainternet.org/state.json";
  const IDLE_VIDEO = "https://tv.bienvenidoainternet.org/idle.webm";
  const ADDRESS = "wss://tv.bienvenidoainternet.org/daemon/";
  | 
