Skip to content

Commit

Permalink
Address review comments of opencast#627
Browse files Browse the repository at this point in the history
  • Loading branch information
marwyg committed Jan 24, 2025
1 parent 3227e46 commit d395eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frontend/js/integrations/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ define([
videos = _.sortBy(videos, "master").reverse();
videos.sort(
util.lexicographic([
util.firstWith(
_.property("master")
),
util.firstWith(_.compose(
RegExp.prototype.test.bind(/composite\/.*/),
_.property("type")
Expand Down
1 change: 0 additions & 1 deletion frontend/js/player-adapter-html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ define(

window.Hls = Hls;
mediaElementPlayer = new mejs.MediaElementPlayer(targetElement, {
renderers: ["native_hls", "html5"],
alwaysShowControls: true,
autoRewind: false,
stretching: "fill",
Expand Down

0 comments on commit d395eb8

Please sign in to comment.