Indetation formatting and unnecessary usings cleanup
This commit is contained in:
@@ -3,12 +3,12 @@ using YoutubeExplode.Models.ClosedCaptions;
|
||||
|
||||
namespace YouTube.Models
|
||||
{
|
||||
public class ClosedCaptionInfo
|
||||
{
|
||||
public CultureInfo Language { get; set; }
|
||||
public string Url { get; set; }
|
||||
public bool AutoGenerated { get; set; }
|
||||
public class ClosedCaptionInfo
|
||||
{
|
||||
public CultureInfo Language { get; set; }
|
||||
public string Url { get; set; }
|
||||
public bool AutoGenerated { get; set; }
|
||||
|
||||
internal ClosedCaptionTrackInfo TrackInfo { get; set; }
|
||||
}
|
||||
}
|
||||
internal ClosedCaptionTrackInfo TrackInfo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user