Skip to content

Commit

Permalink
Try to fix crash on stats view
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxocube committed Jan 6, 2025
1 parent b17c581 commit fe935fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void ProgressUpdate(object? sender)

var progress = await _player.InvokeAsync<float>("getCurrentTime");
PlaybackSession.CurrentPosition = TimeSpan.FromSeconds(progress);
}).Wait();
});
}

public async ValueTask DisposeAsync()
Expand Down

0 comments on commit fe935fb

Please sign in to comment.