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

@ -31,6 +31,8 @@ namespace Aurora.Backend.Models.Media
public abstract MediaTypeEnum MediaType { get; }
public abstract BaseMetadata Metadata { get; protected set; }
/// <summary>
/// Gets or sets the data stream that holds the song.