Skip to content

Commit

Permalink
Use deezer for music channel
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Jul 18, 2023
1 parent ead7fb0 commit ac1a0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subprojects {
version = "3.0.1-SNAPSHOT"
version = "3.0.2-SNAPSHOT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ suspend fun Link.takeFirstMatch(musicPlayer: MusicPlayer, query: String): List<T
val queryString = if (isUrl) {
query
} else {
"ytsearch: $query"
"dzsearch: $query"
}

return when (val result = loadItem(queryString)) {
Expand Down

0 comments on commit ac1a0a2

Please sign in to comment.