mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
update channels
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Model.Channels;
|
||||
using MediaBrowser.Model.Channels;
|
||||
|
||||
namespace MediaBrowser.Controller.Channels
|
||||
{
|
||||
@@ -7,7 +6,7 @@ namespace MediaBrowser.Controller.Channels
|
||||
{
|
||||
public string FolderId { get; set; }
|
||||
|
||||
public User User { get; set; }
|
||||
public string UserId { get; set; }
|
||||
|
||||
public int? StartIndex { get; set; }
|
||||
|
||||
@@ -17,9 +16,4 @@ namespace MediaBrowser.Controller.Channels
|
||||
|
||||
public bool SortDescending { get; set; }
|
||||
}
|
||||
|
||||
public class InternalAllChannelMediaQuery
|
||||
{
|
||||
public User User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user