Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Changed miss-typed event args type
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilaydin committed Aug 4, 2023
1 parent 28ede25 commit ec5152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Pages/Events/EventHandlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Podcast.Pages.Events;
enableStopPropagation: true, enablePreventDefault: true)]
[EventHandler("oncustomtimeupdate", typeof(TimeUpdateEventArgs),
enableStopPropagation: true, enablePreventDefault: true)]
[EventHandler("playbackratechange", typeof(TimeUpdateEventArgs),
[EventHandler("playbackratechange", typeof(PlaybackRateChangeEventArgs),
enableStopPropagation: true, enablePreventDefault: true)]
public static class EventHandlers
{
Expand Down

0 comments on commit ec5152a

Please sign in to comment.