diff --git a/osu.Game/Beatmaps/BeatmapOnlineLookupQueue.cs b/osu.Game/Beatmaps/BeatmapOnlineLookupQueue.cs
index bbac30f2bb..19f02c82ec 100644
--- a/osu.Game/Beatmaps/BeatmapOnlineLookupQueue.cs
+++ b/osu.Game/Beatmaps/BeatmapOnlineLookupQueue.cs
@@ -21,6 +21,13 @@ using SharpCompress.Compressors.BZip2;
namespace osu.Game.Beatmaps
{
+ ///
+ /// A component which handles population of online IDs for beatmaps using a two part lookup procedure.
+ ///
+ ///
+ /// On creating the component, a copy of a database containing metadata for a large subset of beatmaps (stored to ).
+ /// This will always be checked before doing a second online query to get required metadata.
+ ///
[ExcludeFromDynamicCompile]
public class BeatmapOnlineLookupQueue : IDisposable
{