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