Переработана страница поиска и добавления треков в плейлист

This commit is contained in:
FrigaT
2026-04-15 14:07:33 +03:00
parent c7bd97462a
commit e00b7a735c
26 changed files with 497 additions and 170 deletions

View File

@@ -0,0 +1,6 @@
namespace PlaylistShared.Shared.SharedPlaylist;
public class AddTrackByLinkRequest
{
public string Link { get; set; }
}