mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 20:55:17 +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
|
||||
? (clearTimeout(this.controls), (this.controls = false))
|
||||
: setTimeout(() => {
|
||||
if (!this.skipping && !this.$refs.player.paused) {
|
||||
if (!this.skipping) {
|
||||
this.controls = setTimeout(() => {
|
||||
if (!this.seeking && !this.$refs.player.paused)
|
||||
this.controls = false;
|
||||
}, 2345);
|
||||
}
|
||||
}, 300);
|
||||
}, 250);
|
||||
},
|
||||
qualityHandler(q) {
|
||||
console.log(q);
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<deviceKey>
|
||||
<Key>
|
||||
<type value="SERIAL_NUMBER" />
|
||||
<value value="adb-a3727009-qqx3Xy._adb-tls-connect._tcp." />
|
||||
<value value="adb-97QAY11P1S-NELaqI._adb-tls-connect._tcp." />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</runningDeviceTargetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2022-06-09T01:16:48.483156Z" />
|
||||
<timeTargetWasSelectedWithDropDown value="2022-06-09T02:01:15.213407Z" />
|
||||
</component>
|
||||
</project>
|
Loading…
Reference in a new issue