zotan.pw-web/zotan.pw-web/PlaybackHistory/LogPlaybackRequest.cs
2022-11-20 22:26:21 +01:00

8 lines
223 B
C#

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; }
}