Skip to content

Commit 77cb754

Browse files
committed
mob: fallback 48257: ILIAS MediaCast object downlaods fail
1 parent 07557e0 commit 77cb754

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/ILIAS/Repository/Service/IRSS/IRSSWrapper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@ public function deliverContainerEntry(
435435
$this->irss->consume()->stream($this->getResourceIdForIdString($container_id))->getStream()
436436
);
437437
[$stream, $info] = $reader->getItem($path);
438+
if (!isset($info['basename']) && !str_starts_with($path, "/")) {
439+
[$stream, $info] = $reader->getItem("/" . $path); // try "/" variant
440+
}
438441

439442
$this->file_delivery->delivery()->deliver(
440443
$stream,

0 commit comments

Comments
 (0)