Update NR Tool URL

This commit is contained in:
jafea7 2025-05-04 23:02:10 +10:00
parent 07f4e21c9b
commit 01699e4de1
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
});