mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
updated nuget
This commit is contained in:
11
MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
Normal file
11
MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using MediaBrowser.Controller.Entities;
|
||||
|
||||
namespace MediaBrowser.Controller.Channels
|
||||
{
|
||||
public class InternalChannelItemQuery
|
||||
{
|
||||
public string CategoryId { get; set; }
|
||||
|
||||
public User User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user