Skip to content

Commit e88e442

Browse files
committed
fixes #1193
1 parent dbbfe70 commit e88e442

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

lib/Models/Videos.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,7 @@ private function getSeminarVisibility($cid, $playlist_id)
546546
if (!empty($psv)) {
547547
return [
548548
'visibility' => $psv->getValue('visibility'),
549-
'visible_timestamp' => $psv->getValue('visible_timestamp'),
550-
'available' => $psv->getValue('available')
549+
'visible_timestamp' => $psv->getValue('visible_timestamp')
551550
];
552551
}
553552
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studip-opencast-plugin",
3-
"version": "3.23",
3+
"version": "3.23.1",
44
"description": "Stud.IP plugin for Opencast",
55
"author": "Till Glöggler <[email protected]>",
66
"scripts": {

plugin.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginname=OpencastV3
22
pluginclassname=OpencastV3
33
origin=elan-ev
4-
version=3.23
4+
version=3.23.1
55
studipMinVersion=5.1
66
studipMaxVersion=5.5.99
77
dbscheme=install/install.sql

0 commit comments

Comments
 (0)