/play: Set TrackSearchMode to None

local file support lets go

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2023-12-24 13:05:02 +03:00
parent b0e0d27b8c
commit 09444e8465
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -40,7 +40,7 @@ public sealed class ControlsCommandGroup(
return Result.FromSuccess();
}
var loadResult = await audioService.Tracks.LoadTracksAsync(query, TrackSearchMode.YouTube);
var loadResult = await audioService.Tracks.LoadTracksAsync(query, TrackSearchMode.None);
if (!loadResult.IsSuccess)
{
return await feedbackService.SendContextualMessageResult(