Small cleanup
This commit is contained in:
parent
b559ea01ab
commit
60f3442d38
@ -75,7 +75,6 @@ namespace unison.Handlers
|
|||||||
|
|
||||||
public async Task<List<StationInfo>> AdvancedSearch(AdvancedSearchOptions options)
|
public async Task<List<StationInfo>> AdvancedSearch(AdvancedSearchOptions options)
|
||||||
{
|
{
|
||||||
|
|
||||||
return await _radioBrowser.Search.AdvancedAsync(options);
|
return await _radioBrowser.Search.AdvancedAsync(options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
using System.Diagnostics;
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
using System;
|
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Windows.Interop;
|
using System.Windows.Interop;
|
||||||
using System.Windows.Controls;
|
using System.Windows.Controls;
|
||||||
|
Loading…
Reference in New Issue
Block a user