mirror of https://github.com/ErsatzTV/ErsatzTV.git
Browse Source
* log full exceptions in plex tv api client * add optional ffmpeg reportspull/82/head
11 changed files with 73 additions and 44 deletions
@ -1,25 +0,0 @@ |
|||||||
@* @page "/media/sources" *@ |
|
||||||
@* @page "/media/sources/{PanelIndex:int}" *@ |
|
||||||
@* @inject NavigationManager NavigationManager *@ |
|
||||||
@* *@ |
|
||||||
@* <MudContainer MaxWidth="MaxWidth.ExtraLarge"> *@ |
|
||||||
@* <MudTabs @ref="_tabs" Elevation="1"> *@ |
|
||||||
@* <MudTabPanel Text="Local" OnClick="@(() => NavigationManager.NavigateTo("/media/sources/0"))"> *@ |
|
||||||
@* <LocalMediaSources></LocalMediaSources> *@ |
|
||||||
@* </MudTabPanel> *@ |
|
||||||
@* <MudTabPanel Text="Plex" OnClick="@(() => NavigationManager.NavigateTo("/media/sources/1"))"> *@ |
|
||||||
@* <PlexMediaSources></PlexMediaSources> *@ |
|
||||||
@* </MudTabPanel> *@ |
|
||||||
@* </MudTabs> *@ |
|
||||||
@* </MudContainer> *@ |
|
||||||
@* *@ |
|
||||||
@* @code { *@ |
|
||||||
@* *@ |
|
||||||
@* [Parameter] *@ |
|
||||||
@* public int PanelIndex { get; set; } *@ |
|
||||||
@* *@ |
|
||||||
@* private MudTabs _tabs; *@ |
|
||||||
@* *@ |
|
||||||
@* protected override void OnAfterRender(bool firstRender) => _tabs.ActivatePanel(PanelIndex); *@ |
|
||||||
@* *@ |
|
||||||
@* } *@ |
|
||||||
Loading…
Reference in new issue