forked from Github/frigate
UI fixes (#11417)
* Set max width on the problems area in status bar and use unique keys so they do not duplicate * Fix possibly missing media info * Show full row of items on tablet * remove debugging logic
This commit is contained in:
@@ -10,8 +10,8 @@ type LiveProducerMetadata = {
|
||||
remote_addr: string;
|
||||
user_agent: string;
|
||||
sdp: string;
|
||||
medias: string[];
|
||||
receivers: string[];
|
||||
medias?: string[];
|
||||
receivers?: string[];
|
||||
recv: number;
|
||||
};
|
||||
|
||||
@@ -21,8 +21,8 @@ type LiveConsumerMetadata = {
|
||||
remote_addr: string;
|
||||
user_agent: string;
|
||||
sdp: string;
|
||||
medias: string[];
|
||||
senders: string[];
|
||||
medias?: string[];
|
||||
senders?: string[];
|
||||
send: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user