2019-01-13 19:54:44 +00:00
|
|
|
using System.Xml.Linq;
|
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 uParserObject
|
|
|
|
{
|
|
|
|
public XElement Element { get; set; }
|
|
|
|
}
|
2019-01-13 19:29:23 +00:00
|
|
|
}
|