From 69b41a1c7e6dfbd3e8bdf0cc0691ed288023a0ff Mon Sep 17 00:00:00 2001 From: Brian Engert Date: Sun, 12 Jan 2025 11:44:12 -0600 Subject: [PATCH] fix: hopefully fix search for real this time #34 --- build.xml | 2 +- src/com/tivo/kmttg/main/config.java | 2 +- src/com/tivo/kmttg/rpc/Remote.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 0eada448..033a51f9 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + diff --git a/src/com/tivo/kmttg/main/config.java b/src/com/tivo/kmttg/main/config.java index 62117b4f..34fbc141 100644 --- a/src/com/tivo/kmttg/main/config.java +++ b/src/com/tivo/kmttg/main/config.java @@ -42,7 +42,7 @@ import com.tivo.kmttg.httpserver.kmttgServer; public class config { - public static String kmttg = "kmttg v2.9-l"; + public static String kmttg = "kmttg v2.9.1-l"; // encoding related public static String encProfDir = ""; diff --git a/src/com/tivo/kmttg/rpc/Remote.java b/src/com/tivo/kmttg/rpc/Remote.java index 3fc1dc1f..93ac956a 100755 --- a/src/com/tivo/kmttg/rpc/Remote.java +++ b/src/com/tivo/kmttg/rpc/Remote.java @@ -2065,7 +2065,7 @@ public JSONObject extendedSearch( return collections; } JSONObject content = new JSONObject(); // Used to avoid duplicate contentId entries - Remote r = new Remote(job.tivoName, true); + Remote r = new Remote(job.tivoName); if (r.success) { JSONArray titles = new JSONArray(); int order = 0;