Переработана страница поиска и добавления треков в плейлист
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace PlaylistShared.Shared.DTO;
|
||||
|
||||
public class RemoveTracksRequest
|
||||
{
|
||||
[JsonPropertyName("trackIds")]
|
||||
public List<string> TrackIds { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user