mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Media Info Stats
This commit is contained in:
parent
82d70763bb
commit
106392b9cb
5 changed files with 290 additions and 2 deletions
|
@ -5,6 +5,7 @@ interface TextAction {
|
|||
}
|
||||
export interface MiscInfo {
|
||||
text?: string | number;
|
||||
type?: string;
|
||||
textAction?: TextAction;
|
||||
cssClass?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue