mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-23 05:57:21 +00:00
Workaround for bug in shaka's programmatic setup.
This commit is contained in:
parent
bcf15940b6
commit
c87af466c8
@ -375,6 +375,7 @@ export default {
|
|||||||
const url = "/watch?v=" + this.video.id;
|
const url = "/watch?v=" + this.video.id;
|
||||||
|
|
||||||
if (!this.$ui) {
|
if (!this.$ui) {
|
||||||
|
this.destroy();
|
||||||
const OpenButton = class extends shaka.ui.Element {
|
const OpenButton = class extends shaka.ui.Element {
|
||||||
constructor(parent, controls) {
|
constructor(parent, controls) {
|
||||||
super(parent, controls);
|
super(parent, controls);
|
||||||
|
Loading…
Reference in New Issue
Block a user