diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/BaseItem.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseItem.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index ef1efd8af..f5aed6d21 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -304,7 +304,6 @@ namespace MediaBrowser.Controller.Entities /// <summary> /// We attach these to the item so that we only ever have to hit the file system once /// (this includes the children of the containing folder) - /// Use ResolveArgs.FileSystemDictionary to check for the existence of files instead of File.Exists /// </summary> /// <value>The resolve args.</value> [IgnoreDataMember] |
