Fixed !!pl, fixed copying of .dlls to root folder
This commit is contained in:
parent
fb216f19ca
commit
2014fc8885
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user