Добавление треков
This commit is contained in:
6
PlaylistShared.Shared/DTO/AddTrackByLinkRequest.cs
Normal file
6
PlaylistShared.Shared/DTO/AddTrackByLinkRequest.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PlaylistShared.Shared.DTO;
|
||||
|
||||
public class AddTrackByLinkRequest
|
||||
{
|
||||
public string Link { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user