View | Details | Raw Unified | Return to bug 14168
Collapse All | Expand All

(-)a/C4/HTML5Media.pm (-2 / +1 lines)
Lines 107-113 sub gethtml5media { Link Here
107
                            'fmt' => '43' #webm is the only format compatible to all modern browsers. maybe check for available qualities
107
                            'fmt' => '43' #webm is the only format compatible to all modern browsers. maybe check for available qualities
108
                        }
108
                        }
109
                    );
109
                    );
110
                    # TODO handle error if format not availabe. Does that ever occur?
110
                    # TODO handle error if format not available. Does that ever occur?
111
                    $isyoutube = 1;
111
                    $isyoutube = 1;
112
                }
112
                }
113
               else {
113
               else {
114
- 

Return to bug 14168