Back OLD Home Page

Blazor WASM UI

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

@d.Value.Name

@GetDiscDurationDisplay(CurrentLibraryKey,d.Key)
}
}

此处应有搜索界面

此处应有列表界面

}