diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-28 00:06:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-28 00:06:13 -0400 |
| commit | 818662e051a07b15a9ac15df177835d7e4ef236b (patch) | |
| tree | ee150ffbc39dd2602d878ddf3cacf3acf8f213aa /MediaBrowser.Controller/Entities/Studio.cs | |
| parent | ed0e1399fc785a3d4b1a161a84d2fcc8fff1e576 (diff) | |
use ImageMagick scale method
Diffstat (limited to 'MediaBrowser.Controller/Entities/Studio.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Studio.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Controller/Entities/Studio.cs b/MediaBrowser.Controller/Entities/Studio.cs index 822f305ed..a55527f37 100644 --- a/MediaBrowser.Controller/Entities/Studio.cs +++ b/MediaBrowser.Controller/Entities/Studio.cs @@ -10,13 +10,6 @@ namespace MediaBrowser.Controller.Entities /// </summary> public class Studio : BaseItem, IItemByName, IHasTags { - public List<string> Tags { get; set; } - - public Studio() - { - Tags = new List<string>(); - } - /// <summary> /// Gets the user data key. /// </summary> |
