Add Radios to the systray

This commit is contained in:
2021-10-04 14:06:20 +02:00
parent 196b93c7f3
commit 62835065c0
6 changed files with 31 additions and 2 deletions

View File

@ -369,7 +369,7 @@ namespace unison
{
_cover = BitmapFrame.Create(stream, BitmapCreateOptions.None, BitmapCacheOption.OnLoad);
}
catch (System.NotSupportedException e)
catch (System.NotSupportedException)
{
_cover = null;
}