mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 22:23:14 +01:00
Document PlaybackStartEventArgs
This commit is contained in:
parent
71c33d09c4
commit
2eb9a3670b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
namespace MediaBrowser.Controller.Library
|
||||
{
|
||||
/// <summary>
|
||||
/// An event that occurs when playback is started.
|
||||
/// </summary>
|
||||
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue