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/Audio/Audio.cs | |
| parent | bcfe86dd16e66e2e0510b1e752b4067c3fa991d3 (diff) | |
update item by name queries
Diffstat (limited to 'MediaBrowser.Controller/Entities/Audio/Audio.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Audio/Audio.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/Audio/Audio.cs b/MediaBrowser.Controller/Entities/Audio/Audio.cs index 06710b0301..b3df34c4dc 100644 --- a/MediaBrowser.Controller/Entities/Audio/Audio.cs +++ b/MediaBrowser.Controller/Entities/Audio/Audio.cs @@ -26,8 +26,6 @@ namespace MediaBrowser.Controller.Entities.Audio { public List<ChannelMediaInfo> ChannelMediaSources { get; set; } - public long? Size { get; set; } - public string Container { get; set; } public int? TotalBitrate { get; set; } public ExtraType? ExtraType { get; set; } |
