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