mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
misc(web): fix typo (#461)
This commit is contained in:
parent
80b8b6bb51
commit
1ed0bf16b3
|
@ -87,8 +87,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function loadFiles() {
|
function loadFiles() {
|
||||||
if (window.brecArt) {
|
if (window.brecArt && window.brecArt.destroy) {
|
||||||
window.brecArt.destory()
|
window.brecArt.destroy();
|
||||||
window.brecArt = null;
|
window.brecArt = null;
|
||||||
}
|
}
|
||||||
window.brecArt = new Artplayer({
|
window.brecArt = new Artplayer({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user