progress seeking is now smoother
This commit is contained in:
parent
37fd116f01
commit
e07543b333
3 changed files with 5 additions and 2 deletions
|
@ -247,6 +247,9 @@ const app = new Vue({
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
setTimeout(func, time) {
|
||||
return setTimeout(func, time);
|
||||
},
|
||||
songLinkShare(amUrl) {
|
||||
notyf.open({ type: "info", className: "notyf-info", message: app.getLz('term.song.link.generate') })
|
||||
let self = this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue