mirror of
https://github.com/artegoser/piped-api.git
synced 2025-02-23 20:51:27 +03:00
fix: add uploaderName
This commit is contained in:
parent
dccc55d4b5
commit
da9200c4ca
3 changed files with 4 additions and 3 deletions
|
@ -87,6 +87,7 @@ export interface Video {
|
|||
uploaderAvatar: string;
|
||||
uploaderUrl: string;
|
||||
uploaderVerified: boolean;
|
||||
uploaderName: string;
|
||||
url: string;
|
||||
views: number;
|
||||
isShort: boolean;
|
||||
|
|
Loading…
Add table
Reference in a new issue