Using System.Diagnostics.Debug. First pass at player controls styling
This commit is contained in:
@ -69,11 +69,11 @@ namespace Aurora.Models.Media
|
||||
|
||||
await this.DataStream.WriteAsync(buffer, 0, buffer.Length);
|
||||
}
|
||||
Console.WriteLine("Done receiving stream");
|
||||
System.Diagnostics.Debug.WriteLine("Done receiving stream");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine("Exception caught while loading remote audio:" + ex.Message);
|
||||
System.Diagnostics.Debug.WriteLine("Exception caught while loading remote audio:" + ex.Message);
|
||||
}
|
||||
}
|
||||
await base.Load();
|
||||
|
Reference in New Issue
Block a user