General theme: Add license to missing script in watch.html
This commit is contained in:
parent
ec6cb3923e
commit
0a9d24b261
@ -340,7 +340,11 @@
|
||||
|
||||
</div>
|
||||
|
||||
<script> data = {{ js_data|tojson }} </script>
|
||||
<script>
|
||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-v3-or-Later
|
||||
data = {{ js_data|tojson }};
|
||||
// @license-end
|
||||
</script>
|
||||
<script src="/youtube.com/static/js/common.js"></script>
|
||||
<script src="/youtube.com/static/js/transcript-table.js"></script>
|
||||
{% if settings.use_video_hotkeys %} <script src="/youtube.com/static/js/hotkeys.js"></script> {% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user