diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-06 19:01:00 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-06 19:01:00 -0400 |
| commit | 6d78824c8e9fa9fe1e46944ca6901af724b8f7cd (patch) | |
| tree | 326030dc1915f3c4e00f4f10eab5c171b7e87ca4 /MediaBrowser.Controller/Entities/IHasImages.cs | |
| parent | 27c490c15256951a4e2172566c7313f33e0f0af3 (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Controller/Entities/IHasImages.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/IHasImages.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Entities/IHasImages.cs b/MediaBrowser.Controller/Entities/IHasImages.cs index db69df31a..6d56b1525 100644 --- a/MediaBrowser.Controller/Entities/IHasImages.cs +++ b/MediaBrowser.Controller/Entities/IHasImages.cs @@ -98,12 +98,6 @@ namespace MediaBrowser.Controller.Entities Task SwapImages(ImageType type, int index1, int index2); /// <summary> - /// Gets the display type of the media. - /// </summary> - /// <value>The display type of the media.</value> - string DisplayMediaType { get; set; } - - /// <summary> /// Gets or sets the primary image path. /// </summary> /// <value>The primary image path.</value> @@ -208,6 +202,8 @@ namespace MediaBrowser.Controller.Entities double? GetDefaultPrimaryImageAspectRatio(); int? ProductionYear { get; set; } + + List<string> Tags { get; set; } } public static class HasImagesExtensions |
