mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
rework dlna project
This commit is contained in:
9
Emby.Dlna/PlayTo/uParserObject.cs
Normal file
9
Emby.Dlna/PlayTo/uParserObject.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Xml.Linq;
|
||||
|
||||
namespace MediaBrowser.Dlna.PlayTo
|
||||
{
|
||||
public class uParserObject
|
||||
{
|
||||
public XElement Element { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user