aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/IHasScreenshots.cs
blob: 2fd402bc2bbd3635ecfd243cad532afc653df054 (plain)
1
2
3
4
5
6
7
8
9
10
namespace MediaBrowser.Controller.Entities
{
    /// <summary>
    /// Interface IHasScreenshots
    /// </summary>
    public interface IHasScreenshots
    {
    }
}