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
cbb726a0
authored
2014-03-14 17:16:08 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Options object may not contain a url.
1 parent
c0d2ed06
Hide 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 @
cbb726a
...
...
@@ -333,7 +333,7 @@ var
// use the URL specified in options if one was provided
if
(
typeof
options
===
'string'
)
{
return
options
;
}
else
if
(
options
)
{
}
else
if
(
options
.
url
)
{
return
options
.
url
;
}
...
...
Please
register
or
sign in
to post a comment