Added audio player logic and tests.
This commit is contained in:
8
Harmonia.Core/Playlists/IPlaylistRepository.cs
Normal file
8
Harmonia.Core/Playlists/IPlaylistRepository.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Harmonia.Core.Data;
|
||||
|
||||
namespace Harmonia.Core.Playlists;
|
||||
|
||||
public interface IPlaylistRepository : IRepository<Playlist>
|
||||
{
|
||||
Playlist? GetPlaylist(PlaylistSong playlistSong);
|
||||
}
|
||||
Reference in New Issue
Block a user