9 lines
177 B
C#
9 lines
177 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class ItemInfo
|
|
{
|
|
public string Path { get; set; }
|
|
|
|
public bool IsInMixedFolder { get; set; }
|
|
}
|
|
} |