|
@@ -242,7 +242,8 @@ namespace FNZCM.ConHost.Ver2
|
|
if (_isLoading) sb.Append("<h4 style=position:fixed;right:0px;top:0px;margin:0>Still Loading...</h4>");
|
|
if (_isLoading) sb.Append("<h4 style=position:fixed;right:0px;top:0px;margin:0>Still Loading...</h4>");
|
|
|
|
|
|
sb.Append($"<h2>{ConfigFile.Instance.Title}</h2>");
|
|
sb.Append($"<h2>{ConfigFile.Instance.Title}</h2>");
|
|
- sb.Append($"<h3>Libraries (Total number of disc: {Libraries.Sum(p=>p.Value.Discs.Count)})</h3>");
|
|
|
|
|
|
+ sb.Append($"<h3>Libraries</h3>");
|
|
|
|
+ sb.Append($"<h4>(Total number of disc: {Libraries.Sum(p=>p.Value.Discs.Count)})</h4>");
|
|
|
|
|
|
sb.Append("<ul>");
|
|
sb.Append("<ul>");
|
|
foreach (var library in Libraries.OrderBy(p => p.Key))
|
|
foreach (var library in Libraries.OrderBy(p => p.Key))
|