From c3b202af2377a01ee299ccd658b5765ee26df314 Mon Sep 17 00:00:00 2001 From: "random()" Date: Thu, 15 May 2025 21:06:33 -0600 Subject: [PATCH] change the message for no server URL a bit --- WindowsFormsApplication2/JellyfinAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsFormsApplication2/JellyfinAPI.cs b/WindowsFormsApplication2/JellyfinAPI.cs index e8cbe3f..80b70b9 100644 --- a/WindowsFormsApplication2/JellyfinAPI.cs +++ b/WindowsFormsApplication2/JellyfinAPI.cs @@ -256,7 +256,7 @@ namespace JellyfinRPC } else { - System.Windows.Forms.MessageBox.Show("No Server URL Set", "Quick Connect Error", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Exclamation); + System.Windows.Forms.MessageBox.Show("No Server URL is set.", "Quick Connect Error", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Exclamation); } }