mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 13:29:12 -05:00
FF-1602: Added bitrate per channel to add audio track
This commit is contained in:
@@ -365,6 +365,11 @@ public class LocalFileService : IFileService
|
||||
}
|
||||
}
|
||||
|
||||
public Result<long> DirectorySize(string path)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Result<bool> SetCreationTimeUtc(string path, DateTime date)
|
||||
{
|
||||
if (IsProtectedPath(ref path))
|
||||
|
||||
Reference in New Issue
Block a user