repo creation with initial code after cloning public repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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