diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-17 09:06:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-17 09:06:13 -0400 |
| commit | f9847be17c5037671b622b61df9aaa113723f318 (patch) | |
| tree | 3cdd29229f24f21beafb526a5fd13de9d336fb9f /MediaBrowser.Controller/Entities/Video.cs | |
| parent | bcfe86dd16e66e2e0510b1e752b4067c3fa991d3 (diff) | |
update item by name queries
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 2502033c8..73c893dd6 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -58,10 +58,7 @@ namespace MediaBrowser.Controller.Entities } } - public long? Size { get; set; } - public string Container { get; set; } public int? TotalBitrate { get; set; } - public string ShortOverview { get; set; } public ExtraType? ExtraType { get; set; } /// <summary> |
