Added logic for tags and audio engine.
This commit is contained in:
6
Harmonia.Core/Playlists/PlaylistRemovedEventArgs.cs
Normal file
6
Harmonia.Core/Playlists/PlaylistRemovedEventArgs.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Harmonia.Core.Playlists;
|
||||
|
||||
public class PlaylistRemovedEventArgs(Playlist playlist) : EventArgs
|
||||
{
|
||||
public readonly Playlist Playlist = playlist;
|
||||
}
|
||||
Reference in New Issue
Block a user