jellyfin/MediaBrowser.Controller/Library/PlaybackStartEventArgs.cs

7 lines
129 B
C#
Raw Normal View History

namespace MediaBrowser.Controller.Library
{
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
{
}
}