mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 23:36:38 +01:00
Configuration and serialization improvements
This commit is contained in:
parent
77e81432f7
commit
5d88dc8575
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Model.Users;
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
@@ -25,15 +23,8 @@ namespace MediaBrowser.Model.Entities
|
||||
|
||||
public IEnumerable<ApiBaseItemWrapper<T>> Children { get; set; }
|
||||
|
||||
[IgnoreDataMember]
|
||||
public Type ItemType { get; set; }
|
||||
public bool IsFolder { get; set; }
|
||||
|
||||
public string Type
|
||||
{
|
||||
get
|
||||
{
|
||||
return ItemType.Name;
|
||||
}
|
||||
}
|
||||
public string Type { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user