Skip to content

Commit

Permalink
Merge branch 'jena-bug'
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKniephoff committed Oct 29, 2024
2 parents 4bd2183 + bf39a87 commit bf86e06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/js/integrations/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ define([
videos.map(function (track) {
return {
src: track.url,
type: track.mimetype,
framerate: track.video.framerate,
resolution: track.video.resolution
type: track.mimetype
};
})
);
Expand Down

0 comments on commit bf86e06

Please sign in to comment.