Skip to content

Commit

Permalink
Fixed the typo in "OnRateChanged" to "OnRateChange".
Browse files Browse the repository at this point in the history
  • Loading branch information
xamir82 committed Dec 16, 2020
1 parent 1bf88d7 commit c643fea
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified .vs/Vidazor/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/Vidazor/v16/.suo
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Vidazor/VidazorVideo.razor.Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public partial class VidazorVideo
/// Fires when the playback rate (i.e. speed) of the video has changed.
/// </summary>
[Parameter]
public EventCallback OnRateChanged { get; set; }
public EventCallback OnRateChange { get; set; }

/// <summary>
/// Fires when the user has finished moving/skipping to a new position in the video.
Expand Down
Binary file modified src/Vidazor/obj/Debug/net5.0/Vidazor.csprojAssemblyReference.cache
Binary file not shown.

0 comments on commit c643fea

Please sign in to comment.