Small cleanup

This commit is contained in:
2022-11-13 15:59:05 +01:00
parent b559ea01ab
commit 60f3442d38
2 changed files with 2 additions and 3 deletions

View File

@ -75,7 +75,6 @@ namespace unison.Handlers
public async Task<List<StationInfo>> AdvancedSearch(AdvancedSearchOptions options)
{
return await _radioBrowser.Search.AdvancedAsync(options);
}
}