Fix ordering videos by uploaded to yt and decrease vids shown
This commit is contained in:
@ -28,7 +28,7 @@ namespace YTManager.Controllers {
|
||||
private readonly MediaDB db;
|
||||
|
||||
// Maximum number of channels to return per query.
|
||||
private readonly int max_per_query = 20;
|
||||
private readonly int max_per_query = 10;
|
||||
|
||||
// Constructor to fetch the db context.
|
||||
public ChannelsController(MediaDB context) => db = context;
|
||||
|
Reference in New Issue
Block a user