mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Remove stray space
This commit is contained in:
parent
fc5e8a66e3
commit
7c070765b8
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ public static class TagExtensions
|
||||||
|
|
||||||
public static string? GetCreationTime(this ITagsContainer tagsContainer)
|
public static string? GetCreationTime(this ITagsContainer tagsContainer)
|
||||||
{
|
{
|
||||||
return TryGetTagValue(tagsContainer, "creation_time ");
|
return TryGetTagValue(tagsContainer, "creation_time");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string? GetRotate(this ITagsContainer tagsContainer)
|
public static string? GetRotate(this ITagsContainer tagsContainer)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue