mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-16 21:10:53 -05:00
Preserve auto-generated channel video identity
This commit is contained in:
parent
867f4fce82
commit
f2a550efe6
@ -180,8 +180,8 @@ def fetch_channel(ucid, pull_all_videos : Bool)
|
|||||||
title: channel_video.title,
|
title: channel_video.title,
|
||||||
published: channel_video.published,
|
published: channel_video.published,
|
||||||
updated: Time.utc,
|
updated: Time.utc,
|
||||||
ucid: channel.id,
|
ucid: channel_info.auto_generated ? channel_video.ucid : channel.id,
|
||||||
author: channel.author,
|
author: channel_info.auto_generated ? channel_video.author : channel.author,
|
||||||
length_seconds: channel_video.length_seconds,
|
length_seconds: channel_video.length_seconds,
|
||||||
live_now: channel_video.badges.live_now?,
|
live_now: channel_video.badges.live_now?,
|
||||||
premiere_timestamp: channel_video.premiere_timestamp,
|
premiere_timestamp: channel_video.premiere_timestamp,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user