Skip to content
Snippets Groups Projects
Commit 87052444 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Remove temporary code testing value

parent 3a463261
No related branches found
No related tags found
1 merge request!476Fix TV "Play next" channel item thumb and link
Pipeline #14379 passed with stage
in 7 minutes and 11 seconds
......@@ -101,7 +101,7 @@ class TVSearchProvider : ContentProvider() {
}
}
val searchAggregate = medialibrary.search(sanitizedQuery + "lol")
val searchAggregate = medialibrary.search(sanitizedQuery)
?: return null
searchAggregate.artists?.filterNotNull()?.let {
it.forEach { media ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment