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