Skip to content

Commit 73a0f9b

Browse files
committed
Fix unavailable video
1 parent 95d524c commit 73a0f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ytdj.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div title="Play from cue" id="cue_play1" class="button button1">C-Play</div>
3434
</div>
3535
<div class="loopDiv buttonSubDiv">
36-
<div title="Take the initial loop time" id="loop_in1" class="button button1">In</div>
36+
<div title="Take the initial loop time" id="loop_in1" class="button button1">In</div>
3737
<div title="Take the loop final time" id="loop_out1" class="button button1">Out</div>
3838
<div title="Restart the loop" class="button button1 reloop" id="reloop1">Reloop</div>
3939
</div>
@@ -49,15 +49,15 @@
4949
<div class="playerDiv">
5050
<div class="num" id="num2">2</div>
5151
<input id="vol2" type="text" data-slider="true" data-slider-range="0,100" data-slider-step="1"/>
52-
<input title="Insert video id or url in this text box" class="textbox" value="rtZAzh0TSAo" type="text" id="id2"/>
52+
<input title="Insert video id or url in this text box" class="textbox" value="w1eN8vyVFIM" type="text" id="id2"/>
5353
<div class="buttonDiv">
5454
<div class="cueDiv buttonSubDiv">
5555
<div title="Set the cue" id="cue_set2" class="button button2">Set</div>
5656
<div title="Cue, hold it!" id="cue2" class="button button2">Cue</div>
5757
<div title="Play from cue" id="cue_play2" class="button button2">C-Play</div>
5858
</div>
5959
<div class="loopDiv buttonSubDiv">
60-
<div title="Take the initial loop time" id="loop_in2" class="button button2">In</div>
60+
<div title="Take the initial loop time" id="loop_in2" class="button button2">In</div>
6161
<div title="Take the loop final time" id="loop_out2" class="button button2">Out</div>
6262
<div title="Restart the loop" class="button button2 reloop" id="reloop2">Reloop</div>
6363
</div>

0 commit comments

Comments
 (0)