YoutubeDLSharp icon indicating copy to clipboard operation
YoutubeDLSharp copied to clipboard

VideoData.cs json attribute mispelled

Open tleylan opened this issue 1 year ago • 0 comments

I don't see my output being affected but I noticed "modified_timestemp" as the attribute.

    [JsonConverter(typeof(UnixTimestampConverter))]
    [JsonProperty("modified_timestemp")] // date as unix timestamp
    public DateTime? ModifiedTimestamp { get; set; }

tleylan avatar Oct 07 '24 17:10 tleylan