update connect

This commit is contained in:
Luke Pulverenti
2015-06-04 16:27:46 -04:00
parent 9ffb82d96a
commit 7990f9ca50
8 changed files with 45 additions and 22 deletions

View File

@@ -5,5 +5,6 @@ namespace MediaBrowser.Controller.LiveTv
public interface ILiveTvItem : IHasId
{
string ServiceName { get; set; }
string ExternalId { get; set; }
}
}