Очищение поисковой строки при поиске по ссылке

This commit is contained in:
FrigaT
2026-04-21 20:59:22 +03:00
parent 832363df57
commit d2df57ca6e

View File

@@ -535,6 +535,7 @@
{ {
(type, query) = ParseYandexMusicUrl(uri); (type, query) = ParseYandexMusicUrl(uri);
byId = true; byId = true;
_searchQuery = string.Empty;
} }
catch (Exception ex) catch (Exception ex)
{ {