Fixed !!pl, fixed copying of .dlls to root folder

This commit is contained in:
Kwoth 2016-10-19 10:17:16 +02:00
parent fb216f19ca
commit 2014fc8885
4 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,7 @@ namespace NadekoBot.Services.Impl
var query = yt.Search.List("snippet"); var query = yt.Search.List("snippet");
query.MaxResults = count; query.MaxResults = count;
query.Type = "playlist"; query.Type = "playlist";
query.Q = keywords;
return (await query.ExecuteAsync()).Items.Select(i => i.Id.PlaylistId); return (await query.ExecuteAsync()).Items.Select(i => i.Id.PlaylistId);
} }

View File

@ -10,7 +10,8 @@
"exclude": [ "data" ] "exclude": [ "data" ]
}, },
"copyToOutput": { "copyToOutput": {
"include": [ "data", "libs" ], "include": [ "data" ],
"includeFiles": ["libsodium.dll", "opus.dll"],
"exclude": [ "data/musicdata" ], "exclude": [ "data/musicdata" ],
"mappings": { "mappings": {
"./": "./libs" "./": "./libs"