1
0
Fork 0
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:
grafixeyehero 2024-08-22 01:04:18 +03:00
parent 82d70763bb
commit 106392b9cb
5 changed files with 290 additions and 2 deletions

View file

@ -5,6 +5,7 @@ interface TextAction {
}
export interface MiscInfo {
text?: string | number;
type?: string;
textAction?: TextAction;
cssClass?: string;
}