1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Convert mediainfo PrimaryMediaInfo to react

This commit is contained in:
grafixeyehero 2024-01-31 03:01:58 +03:00
parent 2e90f669e5
commit c3b5d50313
8 changed files with 766 additions and 0 deletions

View file

@ -0,0 +1,4 @@
export interface MiscInfo {
text?: string | number;
cssClass?: string;
}