* Fixing broken video links in href
This commit is contained in:
parent
12525b8cd5
commit
f327d993c5
@ -43,7 +43,7 @@ class VideoMeta {
|
||||
}
|
||||
let link = document.createElement('a')
|
||||
if(this.name) {
|
||||
link.href = `/category/${this.name}`
|
||||
link.href = `/clip/${this.category}/${this.name}`
|
||||
} else {
|
||||
link.href = '#'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user