Skip to content

Commit

Permalink
Merge branch 'main' into feature/dev-4401-if-a-known-user-downloads-s…
Browse files Browse the repository at this point in the history
…pecific-formats-its-downloaded-as
  • Loading branch information
irmastnt authored Dec 2, 2024
2 parents 8d379ca + 9c1ebab commit bba2706
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ export class AudioToolbarComponent implements OnInit {

createAudioSegment() {
this._dialog.open<CreateSegmentDialogComponent, CreateSegmentDialogProps>(CreateSegmentDialogComponent, {
...DspDialogConfig.dialogDrawerConfig({
type: 'AudioSegment',
resource: this.parentResource,
videoDurationSecs: this.mediaPlayer.duration(),
}),
...DspDialogConfig.dialogDrawerConfig(
{
type: 'AudioSegment',
resource: this.parentResource,
videoDurationSecs: this.mediaPlayer.duration(),
},
true
),
viewContainerRef: this._viewContainerRef,
});
}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/jest": "^29.5.14",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^20.17.8",
"@types/node": "^20.17.9",
"@types/openseadragon": "3.0.0",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
Expand Down

0 comments on commit bba2706

Please sign in to comment.