Compare commits

..

No commits in common. "872bce3adb664e6e88eebce2251032c72d9466fc" and "12798e368cd5a4eff8559cd448049cd4b709ebe5" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -3539,7 +3539,6 @@ export type GetStreamMonitoringDetailsQuery = {
} | null;
currentProcessing?: {
__typename?: "VideoProcessingGQL";
id: number;
errors: Array<{
__typename?: "VideoProcessingErrorGQL";
message: string;
@ -6295,7 +6294,6 @@ export const GetStreamMonitoringDetailsDocument = gql`
initPlaylistUploadStatus
}
currentProcessing {
id
errors {
message
startSegmentIndex

View File

@ -18,7 +18,6 @@ query GetStreamMonitoringDetails($videoId: Int!, $debuggingJson: JSON) {
initPlaylistUploadStatus
}
currentProcessing {
id
errors {
message
startSegmentIndex