Skip to content

Commit

Permalink
fixed another opencast problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 21, 2021
1 parent 87e06f2 commit f8a2f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions classes/upload/VideoHostFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static function create($cm, $ivs) {
case 'MoodleFileVideoHost':
return new MoodleFileVideoHost($cm, $ivs);
case 'OpenCastFileVideoHost':
case 'SwitchCastFileVideoHost':
return new OpenCastFileVideoHost($cm, $ivs);
case 'TestingFileVideoHost':
return new TestingFileVideoHost($cm, $ivs);
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_ivs';
$plugin->release = 'v1.6.435';
$plugin->release = 'v1.6.436';
$plugin->version = 2021051000;
$plugin->requires = 2014051200;
$plugin->maturity = MATURITY_BETA;
Expand Down

0 comments on commit f8a2f44

Please sign in to comment.