Fix double file separator glitch
This commit is contained in:
parent
40d990d8a6
commit
84e797e8ee
@ -162,7 +162,7 @@ trait PresentationWithAnnotationsMsgHdlr extends RightsManagementTrait {
|
||||
|
||||
PresentationSender.broadcastSetPresentationDownloadableEvtMsg(bus, meetingId, "DEFAULT_PRESENTATION_POD", "not-used", presId, true, filename)
|
||||
|
||||
val fileURI = List("presentation", "download", meetingId, s"${presId}?presFilename=${presId}.${presFilenameExt}").mkString(File.separator, File.separator, "")
|
||||
val fileURI = List("presentation", "download", meetingId, s"${presId}?presFilename=${presId}.${presFilenameExt}").mkString("", File.separator, "")
|
||||
val event = buildNewPresAnnFileAvailable(fileURI, presId)
|
||||
|
||||
handle(event, liveMeeting, bus)
|
||||
|
Loading…
Reference in New Issue
Block a user