Back OLD Home Page

Blazor WASM UI

  @if (Libraries != null && MediaTags == null) { Loading tags... }  

@if (Progress?.IsLoading != false) { Waiting server ready... @(Progress?.LoadedTags ?? 0) / @(Progress?.TotalTrackCount ?? 0) } else if (Libraries == null) { Loading file set... } else {
Libs(@Libraries.Count):
@if (CurrentLibrary != null) {
@foreach (var d in CurrentLibrary.Discs.OrderByDescending(p => p.Key)) {

@d.Value.Name

@GetDiscDurationDisplay(CurrentLibraryKey,d.Key)
}
}

此处应有搜索界面

此处应有列表界面

}