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">
|
||||
<p>Youtube Player Type: </p>
|
||||
<select>
|
||||
<option value="raw">Raw File Playback</option>
|
||||
<option value="raw">Raw File Playback (Expiremental)</option>
|
||||
<option value="embed">Official Embed</option>
|
||||
</select>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -276,8 +276,6 @@ class player{
|
|||
//End current media handler
|
||||
this.end();
|
||||
|
||||
console.log(data);
|
||||
|
||||
//Restart from last media handlers
|
||||
this.start(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue