MediaChangedEvent now hooked up to player component.

This commit is contained in:
watsonb8
2019-05-24 17:17:14 -04:00
parent 80e9a4543d
commit 64c2285817
7 changed files with 83 additions and 4 deletions

View File

@ -1,4 +1,5 @@
using System;
using Aurora.Backend.Models.Media;
namespace Aurora.Backend.Services.PlayerService
{