forked from midou/invidious
Add author_thumbnail to '/api/v1/videos'
This commit is contained in:
@@ -23,6 +23,7 @@ CREATE TABLE public.videos
|
||||
genre_url text COLLATE pg_catalog."default",
|
||||
license text COLLATE pg_catalog."default",
|
||||
sub_count_text text COLLATE pg_catalog."default",
|
||||
author_thumbnail text COLLATE pg_catalog."default",
|
||||
CONSTRAINT videos_pkey PRIMARY KEY (id)
|
||||
)
|
||||
WITH (
|
||||
|
Reference in New Issue
Block a user