diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-23 00:05:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-23 00:05:29 -0400 |
| commit | fab675a6aaf4755562134b01e9425eebb0d46c98 (patch) | |
| tree | a691c95a612ff689401350d62f88b3bba9b26c1d /MediaBrowser.Controller/Entities/Folder.cs | |
| parent | 99dba814f405f08111b36ace4ba8a7fc7a273245 (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Controller/Entities/Folder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Folder.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index 3907217be..6363da696 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -164,14 +164,12 @@ namespace MediaBrowser.Controller.Entities } } - /// <summary> - /// Never want folders to be blocked by "BlockNotRated" - /// </summary> [IgnoreDataMember] public override string OfficialRatingForComparison { get { + // Never want folders to be blocked by "BlockNotRated" if (this is Series) { return base.OfficialRatingForComparison; |
