Revert "ov-components: Update RecordingActivityComponent to avoid showing recordings when not expanded"
This reverts commit 9e9684c4dbf9cf896e09c9af480c2e6d9a666a0a.
This commit is contained in:
parent
f92ee9b886
commit
fc73aca4a2
@ -389,8 +389,7 @@ export class RecordingActivityComponent implements OnInit, OnDestroy {
|
||||
if (this.showRecordingList) {
|
||||
this.recordingList = recordingList;
|
||||
} else {
|
||||
// Avoid showing recordings
|
||||
this.recordingList = [];
|
||||
this.recordingList = recordingList.filter((rec) => rec.status === RecordingStatus.STARTED);
|
||||
}
|
||||
this.recordingError = error;
|
||||
this.recordingAlive = this.recordingStatus === RecordingStatus.STARTED;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user