10 lines
161 B
C#
10 lines
161 B
C#
using System;
|
|
|
|
namespace Emby.Dlna.PlayTo
|
|
{
|
|
public class PlaybackStartEventArgs : EventArgs
|
|
{
|
|
public uBaseObject MediaInfo { get; set; }
|
|
}
|
|
}
|