changing clients
This commit is contained in:
parent
7ef5691c3a
commit
491931691c
2
index.js
2
index.js
|
@ -12,7 +12,7 @@ require('express-ws')(app)
|
|||
ffmpeg.setFfmpegPath(ffmpegStatic)
|
||||
|
||||
const maxRetries = 5
|
||||
const platforms = ['iOS', 'YTSTUDIO_ANDROID', 'WEB', 'YTMUSIC_ANDROID', 'YTMUSIC', 'TV_EMBEDDED']
|
||||
const platforms = ['IOS', 'ANDROID', 'YTSTUDIO_ANDROID', 'YTMUSIC_ANDROID']
|
||||
|
||||
app.get('/health', async (req, res) => {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue