fix: naming of playlist according to channelId

This commit is contained in:
antebrl
2024-12-02 10:17:48 +00:00
parent 4336f46b19
commit 86a09a90b3
7 changed files with 33 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ Setup a `.env` file or
equivalent environment variables:
```env
#VITE_BACKEND_URL: http://123.123.123.123:5000
VITE_BACKEND_STREAMS_PATH: /streams/playlist.m3u8
VITE_BACKEND_STREAMS_PATH: /streams/
VITE_STREAM_DELAY: 18
```