2020-01-22 20:00:07 +00:00
|
|
|
#pragma warning disable CS1591
|
|
|
|
|
2019-01-13 19:54:44 +00:00
|
|
|
using System;
|
2016-10-29 22:22:20 +00:00
|
|
|
|
2016-10-29 22:34:54 +00:00
|
|
|
namespace Emby.Dlna.PlayTo
|
2016-10-29 22:22:20 +00:00
|
|
|
{
|
|
|
|
public class PlaybackStartEventArgs : EventArgs
|
|
|
|
{
|
2020-08-20 19:04:57 +00:00
|
|
|
public UBaseObject MediaInfo { get; set; }
|
2016-10-29 22:22:20 +00:00
|
|
|
}
|
|
|
|
}
|