mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
I lied - re-worked metadata folder handling again. Should now really only hit once and is available for other item types
This commit is contained in:
@@ -7,7 +7,13 @@ namespace MediaBrowser.Controller.Entities.TV
|
||||
/// <summary>
|
||||
/// Store these to reduce disk access in Episode Resolver
|
||||
/// </summary>
|
||||
public string[] MetadataFiles { get; set; }
|
||||
public string[] MetadataFiles
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResolveArgs.MetadataFiles ?? new string[] { };
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines if the metafolder contains a given file
|
||||
|
||||
Reference in New Issue
Block a user