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