jellyfin/MediaBrowser.Controller/Entities/IHasScreenshots.cs
2014-02-07 15:30:41 -05:00

11 lines
171 B
C#

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