From 6f6e176b4c23fea64c51888421b116b03f0d2dab Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Thu, 16 May 2024 10:45:32 +0100 Subject: [PATCH] Update ytmusic.ts --- src/ytmusic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytmusic.ts b/src/ytmusic.ts index 417fc16..0792f6c 100644 --- a/src/ytmusic.ts +++ b/src/ytmusic.ts @@ -3,7 +3,7 @@ import { SearchResults, SearchVideo, Video } from './piped-types' class YTMusic { instance: string constructor () { - this.instance = 'https://pipedapi.reallyaweso.me' + this.instance = 'https://pipedapi.coldforge.xyz' } /**