Update NR Tool URL
This commit is contained in:
parent
07f4e21c9b
commit
01699e4de1
|
@ -179,10 +179,10 @@ public class ModelMenuContributor {
|
|||
String preview = null;
|
||||
if (preview != null && !preview.isEmpty()) {
|
||||
String query = URLEncoder.encode(preview, UTF_8);
|
||||
DesktopIntegration.open("https://nobodyhome.tv/nrtool/search?s=" + query); // Adjust whenever URL API implemented
|
||||
DesktopIntegration.open("https://nrtool.to/nrtool/search?s=" + query); // Adjust whenever URL API implemented
|
||||
} else {
|
||||
String query = URLEncoder.encode(model.getName(), UTF_8);
|
||||
DesktopIntegration.open("https://nobodyhome.tv/nrtool/search?s=" + query);
|
||||
DesktopIntegration.open("https://nrtool.to/nrtool/search?s=" + query);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue