mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 10:05:44 +00:00
Fix linting
This commit is contained in:
parent
15acd9f0da
commit
53445322e4
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ public class FFMetadataBuilder
|
||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private class FFMetadataChapter(string title, long durationMs)
|
private class FFMetadataChapter(string title, long durationMs)
|
||||||
{
|
{
|
||||||
public string Title { get; } = title;
|
public string Title { get; } = title;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue