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");
|
||||
query.MaxResults = count;
|
||||
query.Type = "playlist";
|
||||
query.Q = keywords;
|
||||
|
||||
return (await query.ExecuteAsync()).Items.Select(i => i.Id.PlaylistId);
|
||||
}
|
||||
|
@ -10,7 +10,8 @@
|
||||
"exclude": [ "data" ]
|
||||
},
|
||||
"copyToOutput": {
|
||||
"include": [ "data", "libs" ],
|
||||
"include": [ "data" ],
|
||||
"includeFiles": ["libsodium.dll", "opus.dll"],
|
||||
"exclude": [ "data/musicdata" ],
|
||||
"mappings": {
|
||||
"./": "./libs"
|
||||
|
Loading…
Reference in New Issue
Block a user