InternalAllChannelMediaQuery.cs 151 B

12345678
  1. 
  2. namespace MediaBrowser.Controller.Channels
  3. {
  4. public class InternalAllChannelMediaQuery
  5. {
  6. public string UserId { get; set; }
  7. }
  8. }