Document PlaybackStartEventArgs

This commit is contained in:
Patrick Barron 2020-08-24 20:34:42 -04:00
parent 71c33d09c4
commit 2eb9a3670b
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
namespace MediaBrowser.Controller.Library
{
/// <summary>
/// An event that occurs when playback is started.
/// </summary>
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
{
}