Skip to content

Commit

Permalink
fix(recordings): fix bug caused by #1692 (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg authored Oct 30, 2023
1 parent 5422cae commit d80f622
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,7 @@ public Future<List<ArchiveDirectory>> getRecordingsAndDirectories() {
targetId,
file,
webServer
.getArchivedDownloadURL(
subdirectoryName, file)
.getArchivedDownloadURL(jvmId, file)
.replace(
"beta/recordings",
"beta/fs/recordings"),
Expand Down

0 comments on commit d80f622

Please sign in to comment.