Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ea5d246a
authored
2015-01-16 12:18:12 -0800
by
Steve Mayhew
Committed by
David LaPalomento
2015-02-08 17:30:05 -0500
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix jHint error
Build is now clean, need to add test cases (WIP)
1 parent
4bbd0d94
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
ea5d246
...
...
@@ -485,7 +485,7 @@ videojs.Hls.prototype.resolveSegmentUrl = function(segmentRelativeUrl) {
}
else
{
segmentUrl
=
resolveUrl
(
resolveUrl
(
this
.
src_
,
this
.
playlists
.
media
().
uri
||
''
),
segmentRelativeUrl
);
}
return
segmentUrl
return
segmentUrl
;
};
/*
...
...
Please
register
or
sign in
to post a comment