Browse Source

Document PlaybackStartEventArgs

Patrick Barron 4 years ago
parent
commit
2eb9a3670b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      MediaBrowser.Controller/Library/PlaybackStartEventArgs.cs

+ 3 - 0
MediaBrowser.Controller/Library/PlaybackStartEventArgs.cs

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