mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +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;
|
||||
|
||||
if (!this.$ui) {
|
||||
this.destroy();
|
||||
const OpenButton = class extends shaka.ui.Element {
|
||||
constructor(parent, controls) {
|
||||
super(parent, controls);
|
||||
|
Loading…
Reference in New Issue
Block a user