Added logic for tags and audio engine.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using Harmonia.Core.Models;
|
||||
using Harmonia.Core.Playlists;
|
||||
using NSubstitute;
|
||||
using Shouldly;
|
||||
using System.ComponentModel;
|
||||
|
||||
@@ -123,4 +125,10 @@ public class PlaylistTests
|
||||
|
||||
playlist.Songs.Count.ShouldBe(3);
|
||||
}
|
||||
|
||||
//public void Get_Playlists()
|
||||
//{
|
||||
// //PlaylistRepository playlistRepository = new();
|
||||
// //playlistRepository.Get().Returns()
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user