mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-21 05:27:24 +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
|
* The url of the player
|
||||||
*/
|
*/
|
||||||
player: string;
|
url: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The width of the player
|
* The width of the player
|
||||||
*/
|
*/
|
||||||
playerWidth: number;
|
width: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The height of the player
|
* The height of the player
|
||||||
*/
|
*/
|
||||||
playerHeight: number;
|
height: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Player;
|
export default Player;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user