diff --git a/osu.Game/Online/API/IAPIProvider.cs b/osu.Game/Online/API/IAPIProvider.cs
index 4407f1f55e..1951dfaf40 100644
--- a/osu.Game/Online/API/IAPIProvider.cs
+++ b/osu.Game/Online/API/IAPIProvider.cs
@@ -51,7 +51,7 @@ namespace osu.Game.Online.API
///
/// The root URL of of the website, excluding the trailing slash.
///
- public string WebsiteRootUrl { get; }
+ string WebsiteRootUrl { get; }
///
/// The current connection state of the API.