diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-23 19:40:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-23 19:40:54 -0400 |
| commit | ba9ed26c4a60b29f25c0cf53d215b617142c0fc3 (patch) | |
| tree | 14ec9ac08298d4335bb440c7b7e4d5c1ef47524e /MediaBrowser.Model/LiveTv | |
| parent | f7c1a88166e4ba756f05db12db2c61865cfc6712 (diff) | |
update emby tv
Diffstat (limited to 'MediaBrowser.Model/LiveTv')
| -rw-r--r-- | MediaBrowser.Model/LiveTv/LiveTvOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs index 90cd8924d2..3fc8416455 100644 --- a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs +++ b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs @@ -34,5 +34,6 @@ namespace MediaBrowser.Model.LiveTv public string Password { get; set; } public string ListingsId { get; set; } public string ZipCode { get; set; } + public string Country { get; set; } } }
\ No newline at end of file |
