diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-22 11:41:34 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-22 11:41:34 -0500 |
| commit | b7e5e21c975cc4953764d48c1dacbcd4dc149de9 (patch) | |
| tree | 1bf66f65eb3a11b095b83c2d116fd70db919ba27 /MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs | |
| parent | 7bc370bdc72df5dac395b8fee805284b845ed911 (diff) | |
update task buttons
Diffstat (limited to 'MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs b/MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs index 0fd463155..fbe5a06d0 100644 --- a/MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs +++ b/MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; - + namespace MediaBrowser.Controller.Entities { /// <summary> @@ -10,10 +8,5 @@ namespace MediaBrowser.Controller.Entities /// </summary> public interface ISupportsBoxSetGrouping { - /// <summary> - /// Gets or sets the box set identifier list. - /// </summary> - /// <value>The box set identifier list.</value> - List<Guid> BoxSetIdList { get; set; } } } |
