jellyfin/MediaBrowser.Controller/Entities/IHasScreenshots.cs
2018-12-27 18:27:57 -05:00

11 lines
171 B
C#

namespace MediaBrowser.Controller.Entities
{
/// <summary>
/// Interface IHasScreenshots
/// </summary>
public interface IHasScreenshots
{
}
}