update interlaced detection

This commit is contained in:
Luke Pulverenti
2016-01-14 12:11:29 -05:00
parent 0c2192e903
commit c8f65e7589
11 changed files with 90 additions and 42 deletions

View File

@@ -0,0 +1,8 @@
namespace MediaBrowser.Model.Net
{
public class EndPointInfo
{
public bool IsLocal { get; set; }
public bool IsInNetwork { get; set; }
}
}