Quick cleanup.
This commit is contained in:
parent
b57d723d62
commit
a70879c76c
|
|
@ -20,7 +20,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
||||||
<span id="settings-panel-youtube-source" class="settings-panel-setting">
|
<span id="settings-panel-youtube-source" class="settings-panel-setting">
|
||||||
<p>Youtube Player Type: </p>
|
<p>Youtube Player Type: </p>
|
||||||
<select>
|
<select>
|
||||||
<option value="raw">Raw File Playback</option>
|
<option value="raw">Raw File Playback (Expiremental)</option>
|
||||||
<option value="embed">Official Embed</option>
|
<option value="embed">Official Embed</option>
|
||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -276,8 +276,6 @@ class player{
|
||||||
//End current media handler
|
//End current media handler
|
||||||
this.end();
|
this.end();
|
||||||
|
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
//Restart from last media handlers
|
//Restart from last media handlers
|
||||||
this.start(data);
|
this.start(data);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue