mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
add channel downloading settings
This commit is contained in:
@@ -17,4 +17,9 @@ namespace MediaBrowser.Controller.Channels
|
||||
|
||||
public bool SortDescending { get; set; }
|
||||
}
|
||||
|
||||
public class InternalAllChannelMediaQuery
|
||||
{
|
||||
public User User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user