changing clients

This commit is contained in:
localhost 2025-03-14 21:41:15 +01:00
parent 7ef5691c3a
commit 491931691c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {