mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-20 21:17:19 +09:00
Update summary.ts
This commit is contained in:
parent
b1a091a4a6
commit
0c411d9a40
@ -36,17 +36,17 @@ type Player = {
|
||||
/**
|
||||
* The url of the player
|
||||
*/
|
||||
player: string;
|
||||
url: string;
|
||||
|
||||
/**
|
||||
* The width of the player
|
||||
*/
|
||||
playerWidth: number;
|
||||
width: number;
|
||||
|
||||
/**
|
||||
* The height of the player
|
||||
*/
|
||||
playerHeight: number;
|
||||
height: number;
|
||||
};
|
||||
|
||||
export default Player;
|
||||
|
Loading…
x
Reference in New Issue
Block a user