Files
PlaylistShared/PlaylistShared.Shared/Shared/AddTrackByLinkRequest.cs
2026-04-14 01:05:06 +03:00

6 lines
119 B
C#

namespace PlaylistShared.Shared.Shared;
public class AddTrackByLinkRequest
{
public string Link { get; set; }
}