mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-23 23:13:00 -05:00
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; }
|
|
}
|
|
} |