mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 14:43:04 +00:00
no bug 👐
This commit is contained in:
parent
5dc2f94da2
commit
4a57b870b8
2 changed files with 4 additions and 4 deletions
|
@ -377,13 +377,13 @@ export default {
|
||||||
this.controls
|
this.controls
|
||||||
? (clearTimeout(this.controls), (this.controls = false))
|
? (clearTimeout(this.controls), (this.controls = false))
|
||||||
: setTimeout(() => {
|
: setTimeout(() => {
|
||||||
if (!this.skipping && !this.$refs.player.paused) {
|
if (!this.skipping) {
|
||||||
this.controls = setTimeout(() => {
|
this.controls = setTimeout(() => {
|
||||||
if (!this.seeking && !this.$refs.player.paused)
|
if (!this.seeking && !this.$refs.player.paused)
|
||||||
this.controls = false;
|
this.controls = false;
|
||||||
}, 2345);
|
}, 2345);
|
||||||
}
|
}
|
||||||
}, 300);
|
}, 250);
|
||||||
},
|
},
|
||||||
qualityHandler(q) {
|
qualityHandler(q) {
|
||||||
console.log(q);
|
console.log(q);
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
<deviceKey>
|
<deviceKey>
|
||||||
<Key>
|
<Key>
|
||||||
<type value="SERIAL_NUMBER" />
|
<type value="SERIAL_NUMBER" />
|
||||||
<value value="adb-a3727009-qqx3Xy._adb-tls-connect._tcp." />
|
<value value="adb-97QAY11P1S-NELaqI._adb-tls-connect._tcp." />
|
||||||
</Key>
|
</Key>
|
||||||
</deviceKey>
|
</deviceKey>
|
||||||
</Target>
|
</Target>
|
||||||
</runningDeviceTargetSelectedWithDropDown>
|
</runningDeviceTargetSelectedWithDropDown>
|
||||||
<timeTargetWasSelectedWithDropDown value="2022-06-09T01:16:48.483156Z" />
|
<timeTargetWasSelectedWithDropDown value="2022-06-09T02:01:15.213407Z" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
Loading…
Reference in a new issue