[CHANGE] Adding playlist functionality
This commit is contained in:
@@ -13,5 +13,5 @@
|
||||
<MudTextField Label="Video id" @bind-Value="@_videoId"/>
|
||||
</MudStack>
|
||||
<MudStack>
|
||||
<MudButton OnClick="GetDataAsync">Get data</MudButton>
|
||||
<MudButton OnClick="NavigateToVideo">Get data</MudButton>
|
||||
</MudStack>
|
||||
@@ -16,7 +16,7 @@ public partial class DevelopmentVideo : ComponentBase
|
||||
return !searchResults.IsSuccess ? [] : searchResults.Value;
|
||||
}
|
||||
|
||||
private async Task GetDataAsync(MouseEventArgs obj)
|
||||
private void NavigateToVideo(MouseEventArgs obj)
|
||||
{
|
||||
if (_selectedClient == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user