30
This commit is contained in:
@@ -294,9 +294,16 @@
|
||||
}
|
||||
}
|
||||
const currentChange = (e) => {
|
||||
clearHlsRefs()
|
||||
videoList.value = []
|
||||
getVideoList()
|
||||
if(navList.value.length==current.value){
|
||||
clearHlsRefs()
|
||||
videoList.value = []
|
||||
getColletList()
|
||||
}else{
|
||||
clearHlsRefs()
|
||||
videoList.value = []
|
||||
getVideoList()
|
||||
}
|
||||
|
||||
}
|
||||
const getColletList = async () => {
|
||||
clearHlsRefs()
|
||||
|
||||
Reference in New Issue
Block a user