mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
fix SA1513/SA1516
This commit is contained in:
parent
25f8e596cb
commit
247f9c61e6
283 changed files with 1810 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ namespace MediaBrowser.Controller.Resolvers
|
|||
public class MultiItemResolverResult
|
||||
{
|
||||
public List<BaseItem> Items { get; set; }
|
||||
|
||||
public List<FileSystemMetadata> ExtraFiles { get; set; }
|
||||
|
||||
public MultiItemResolverResult()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue