/play: Set TrackSearchMode to None
local file support lets go Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
b0e0d27b8c
commit
09444e8465
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public sealed class ControlsCommandGroup(
|
||||||
return Result.FromSuccess();
|
return Result.FromSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
var loadResult = await audioService.Tracks.LoadTracksAsync(query, TrackSearchMode.YouTube);
|
var loadResult = await audioService.Tracks.LoadTracksAsync(query, TrackSearchMode.None);
|
||||||
if (!loadResult.IsSuccess)
|
if (!loadResult.IsSuccess)
|
||||||
{
|
{
|
||||||
return await feedbackService.SendContextualMessageResult(
|
return await feedbackService.SendContextualMessageResult(
|
||||||
|
|
Reference in a new issue