Factories and base class renames

This commit is contained in:
Matt Nadareski
2021-07-12 10:52:50 -07:00
parent 788d10ecd8
commit 29205c953b
7 changed files with 67 additions and 64 deletions

View File

@@ -3,6 +3,7 @@ using System.ComponentModel;
using Aaru.CommonTypes.Enums;
using ReactiveUI;
using RedBookPlayer.Common.Discs;
using RedBookPlayer.Common.Factories;
namespace RedBookPlayer.Common.Hardware
{
@@ -179,7 +180,7 @@ namespace RedBookPlayer.Common.Hardware
/// <summary>
/// OpticalDisc object
/// </summary>
private readonly OpticalDisc _opticalDisc;
private readonly OpticalDiscBase _opticalDisc;
/// <summary>
/// Last volume for mute toggling