Added logic for tags and audio engine.

This commit is contained in:
2025-02-20 00:01:07 -05:00
parent 2bafd474a0
commit f8cda3105a
20 changed files with 316 additions and 10 deletions

View File

@@ -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()
//}
}