Fixed !!pl

This commit is contained in:
Kwoth 2016-10-15 23:48:08 +02:00
parent 799b6cfae2
commit 13e8fe7caa

View File

@ -119,7 +119,7 @@ namespace NadekoBot.Services.Impl
count -= toGet; count -= toGet;
var query = yt.PlaylistItems.List("contentDetails"); var query = yt.PlaylistItems.List("contentDetails");
query.MaxResults = count; query.MaxResults = toGet;
query.PlaylistId = playlistId; query.PlaylistId = playlistId;
query.PageToken = nextPageToken; query.PageToken = nextPageToken;