More progress on IoC. Controllers are implemented
This commit is contained in:
@ -9,7 +9,7 @@ using LibVLCSharp.Shared;
|
||||
namespace Aurora.Services.Player
|
||||
{
|
||||
|
||||
public class PlayerService : BaseService<PlayerService>, IPlayer
|
||||
public class PlayerService : IPlayer
|
||||
{
|
||||
private const long _ticksPerMillisecond = 10000;
|
||||
private BaseMedia _currentMedia;
|
||||
|
Reference in New Issue
Block a user