Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Feb 16, 2020
1 parent 0b11e34 commit 86368ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified server/.vs/ETS2 Local Radio desktop/v16/.suo
Binary file not shown.
Binary file modified server/Capture/obj/Release/Capture.csprojAssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion server/ETS2 Local Radio desktop/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ private void removeBinding(object sender, KeyEventArgs e)

private void URLLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("http://localradio.koenvh.nl/web/?api=" + comboIP.SelectedItem.ToString());
Process.Start("http://localradio.koenvh.nl/?api=" + comboIP.SelectedItem.ToString());
}

private void Koenvh_Click(object sender, EventArgs e)
Expand Down

0 comments on commit 86368ea

Please sign in to comment.