Fixed !!pl
This commit is contained in:
parent
799b6cfae2
commit
13e8fe7caa
@ -119,7 +119,7 @@ namespace NadekoBot.Services.Impl
|
||||
count -= toGet;
|
||||
|
||||
var query = yt.PlaylistItems.List("contentDetails");
|
||||
query.MaxResults = count;
|
||||
query.MaxResults = toGet;
|
||||
query.PlaylistId = playlistId;
|
||||
query.PageToken = nextPageToken;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user