From 692d8a3041ad0818eb3cbf2d0a4374ce32bf9e35 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Mon, 8 Oct 2018 16:45:17 -0700 Subject: [PATCH] fix youtube music search --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 78f2a82..e8d5434 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ ['Listen', 'Hypem', 'h', 'https://hypem.com/popular', '/search/{}', '#83c441'], ['Listen', 'Line Radio', 'l', 'https://linerad.io', '/#{}', '#39CCCC'], ['Listen', 'SoundCloud', 's', 'https://soundcloud.com/discover', '/search?q={}', '#ff8800'], - ['Listen', 'YouTube Music', 'm', 'https://music.youtube.com', '/search?q=', '#FF0004'], + ['Listen', 'YouTube Music', 'm', 'https://music.youtube.com', '/search?q={}', '#FF0004'], ['Watch', 'Netflix', 'n', 'https://www.netflix.com/browse', '/search?q={}', '#e50914'], ['Watch', 'Twitch', 't', 'https://www.twitch.tv/directory/following', null, '#6441a5'], ['Watch', 'YouTube', 'y', 'https://youtube.com/feed/subscriptions', '/results?search_query={}', '#cd201f'],