We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957efbb commit 996b31dCopy full SHA for 996b31d
1 file changed
SabreTools.RedumpLib/Web/UrlBuilder.cs
@@ -459,6 +459,7 @@ public static string BuildDownloadsUrl()
459
/// <param name="have">True to show "have" discs, false to show "miss" discs</param>
460
/// <param name="username">Username to use</param>
461
/// <param name="system">System for filtering</param>
462
+ /// <remarks>Does not check for incompatibilities</remarks>
463
public static string BuildListUrl(bool have,
464
string username,
465
RedumpSystem system)
0 commit comments