Bug 14168 [QA Followup] - Fix typo
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
parent
f3e1e49797
commit
3963740ee2
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ sub gethtml5media {
|
|||
'fmt' => '43' #webm is the only format compatible to all modern browsers. maybe check for available qualities
|
||||
}
|
||||
);
|
||||
# TODO handle error if format not availabe. Does that ever occur?
|
||||
# TODO handle error if format not available. Does that ever occur?
|
||||
$isyoutube = 1;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue