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