diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 01:26:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 01:26:58 -0500 |
| commit | 045fdaf3874c9b57d80a97d0fefdcd3454f7c044 (patch) | |
| tree | 0a818e5d227360b38e5ef3e8ef64189ead427630 /MediaBrowser.Providers | |
| parent | 8f780269cbf8b9b1000f83432262e93c487164eb (diff) | |
update live stream bitrates
Diffstat (limited to 'MediaBrowser.Providers')
| -rw-r--r-- | MediaBrowser.Providers/TV/TvExternalIds.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/MediaBrowser.Providers/TV/TvExternalIds.cs b/MediaBrowser.Providers/TV/TvExternalIds.cs index 2ba3b6ff6..d2860a622 100644 --- a/MediaBrowser.Providers/TV/TvExternalIds.cs +++ b/MediaBrowser.Providers/TV/TvExternalIds.cs @@ -119,28 +119,4 @@ namespace MediaBrowser.Providers.TV return item is Series; } } - - public class TvComPersonExternalId : IExternalId - { - public string Name - { - get { return "TV.com"; } - } - - public string Key - { - get { return MetadataProviders.Tvcom.ToString(); } - } - - public string UrlFormatString - { - get { return null; } - } - - public bool Supports(IHasProviderIds item) - { - return item is Person; - } - } - } |
