aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/InternalAllChannelMediaQuery.cs
blob: de99c16c4891fdd133433ee01ccf13fa552b1db2 (plain)
1
2
3
4
5
6
7
8
namespace MediaBrowser.Controller.Channels
{
    public class InternalAllChannelMediaQuery
    {
        public string UserId { get; set; }
    }
}