Made MetadataFiles internal

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-12 22:14:23 -04:00
parent 49c766cda1
commit a10da04d15

View File

@@ -10,6 +10,6 @@ namespace MediaBrowser.TV.Entities
/// Store these to reduce disk access in Episode Resolver
/// </summary>
[IgnoreDataMember]
public IEnumerable<string> MetadataFiles { get; set; }
internal IEnumerable<string> MetadataFiles { get; set; }
}
}