Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c5e2fff

Browse files
committed
Don't search yt music in search page
Signed-off-by: Sahil Gupte <[email protected]>
1 parent e183674 commit c5e2fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainWindow/pages/search/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default class SearchPage extends mixins(RouterPushes, ContextMenuMixin, I
8484
this.result = await window.SearchUtils.searchAll(`%${this.term}%`)
8585
this.refreshLocal()
8686
87-
this.result.youtube = await window.SearchUtils.searchYT(this.term, undefined, false, true, true)
87+
this.result.youtube = await window.SearchUtils.searchYT(this.term, undefined, false, false, true)
8888
this.refreshYoutube()
8989
9090
if (vxm.providers.loggedInSpotify) {

0 commit comments

Comments
 (0)