6 lines
142 B
C#
6 lines
142 B
C#
namespace Jellyfin.Plugin.Cinema;
|
|
|
|
interface ICinemaChildrenCount {
|
|
int ChildrenCount { get; set; }
|
|
int TotalChildrenCount { get; set; }
|
|
} |