mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Factories and base class renames
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user