From 491931691cce41cef7e4a9bdad9963f5d9d07862 Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 14 Mar 2025 21:41:15 +0100 Subject: [PATCH] changing clients --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f910c3b..44f8369 100644 --- a/index.js +++ b/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 {