zotan.pw-web/zotan.pw-web/PlaybackHistory/LogPlaybackRequest.cs

9 lines
224 B
C#
Raw Normal View History

2022-11-20 16:44:40 +01:00
namespace zotanpw_web.PlaybackHistory;
public class LogPlaybackRequest {
public string? Artist { get; set; }
public string? Title { get; set; }
public string? Source { get; set; }
public string? Link { get; set; }
}