diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-12-22 12:35:15 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-12-22 12:35:15 -0500 |
| commit | fabe9b1caa96334552e17c4ce55e8df3e8a5d9b1 (patch) | |
| tree | be13ac310c259de71ebefd39e3cb9e6049b98cf1 /MediaBrowser.Controller | |
| parent | 2a3609106c5f7533fe07c2906d7e16ef0156341e (diff) | |
| parent | f6491c69fd75aae8f558af985d18d23e20950c2b (diff) | |
Merge pull request #1351 from MediaBrowser/master
update BdInfo probing
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 2a59dd7f7..197222669 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -298,8 +298,6 @@ namespace MediaBrowser.Controller.Entities return base.IsValidFromResolver(newItem); } - public string MainFeaturePlaylistName { get; set; } - /// <summary> /// Gets the playable stream files. /// </summary> |
