[Android] Remove temporary code testing value
Nicolas Pomepuy
git at videolan.org
Wed Mar 4 11:04:03 CET 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Mar 4 09:30:38 2020 +0100| [87052444e386324b0c692438aa480d512d37fc22] | committer: Nicolas Pomepuy
Remove temporary code testing value
> https://code.videolan.org/videolan/vlc-android/commit/87052444e386324b0c692438aa480d512d37fc22
---
.../src/main/java/org/videolan/television/util/TVSearchProvider.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/television/src/main/java/org/videolan/television/util/TVSearchProvider.kt b/application/television/src/main/java/org/videolan/television/util/TVSearchProvider.kt
index f556bce0b..4295406e0 100644
--- a/application/television/src/main/java/org/videolan/television/util/TVSearchProvider.kt
+++ b/application/television/src/main/java/org/videolan/television/util/TVSearchProvider.kt
@@ -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 ->
More information about the Android
mailing list