Fix links to channel view in search page
This commit is contained in:
parent
d4c4c83f1e
commit
1ffb013bfe
|
@ -141,6 +141,7 @@ export default Vue.extend({
|
||||||
if (video.duration !== null && video.duration !== '') {
|
if (video.duration !== null && video.duration !== '') {
|
||||||
videoDuration = ytTrendScraper.calculate_length_in_seconds(video.duration)
|
videoDuration = ytTrendScraper.calculate_length_in_seconds(video.duration)
|
||||||
}
|
}
|
||||||
|
authId = authId[0].replace(/(user|channel)\//, '')
|
||||||
returnDataInvidious.push(
|
returnDataInvidious.push(
|
||||||
{
|
{
|
||||||
videoId: videoId,
|
videoId: videoId,
|
||||||
|
|
Loading…
Reference in New Issue