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