File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" MicroPlumberd" Version =" 1.0.111.147 " />
22
+ <PackageReference Include =" MicroPlumberd" Version =" 1.0.114.150 " />
23
23
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9.0.1" />
24
24
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.1" />
25
25
<PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.1" />
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public interface IVideoRecordingLocator
13
13
bool Exists ( in VideoRecordingIdentifier recording , VideoRecordingIdentifier . FileNamingConvention ? convention = null ) ;
14
14
bool Exists ( in FrameId frameId ) ;
15
15
RecordingPath GetPath ( in VideoRecordingIdentifier recording , VideoRecordingIdentifier . FileNamingConvention ? convention ) ;
16
- string GetFolderFullPath ( in VideoRecordingIdentifier recording , VideoRecordingIdentifier . FileNamingConvention ? convention ) ;
16
+ string GetFolderFullPath ( in VideoRecordingIdentifier recording , VideoRecordingIdentifier . FileNamingConvention ? convention = null ) ;
17
17
IEnumerable < VideoRecordingIdentifier > Recording ( ) ;
18
18
}
19
19
You can’t perform that action at this time.
0 commit comments