mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Made MetadataFiles internal
This commit is contained in:
parent
49c766cda1
commit
a10da04d15
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue