mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Document PlaybackStartEventArgs
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
namespace MediaBrowser.Controller.Library
|
namespace MediaBrowser.Controller.Library
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// An event that occurs when playback is started.
|
||||||
|
/// </summary>
|
||||||
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
|
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user