aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/MusicVideoInfo.cs
blob: 194b264849482d57a4ecc9c7fabcb775052d348c (plain)
1
2
3
4
5
6
7
namespace MediaBrowser.Controller.Providers
{
    public class MusicVideoInfo : ItemLookupInfo
    {
        public string[] Artists { get; set; }
    }
}