mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Workaround for bug in shaka's programmatic setup.
This commit is contained in:
parent
bcf15940b6
commit
c87af466c8
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue