Compare commits
No commits in common. "872bce3adb664e6e88eebce2251032c72d9466fc" and "12798e368cd5a4eff8559cd448049cd4b709ebe5" have entirely different histories.
872bce3adb
...
12798e368c
@ -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
|
||||
|
@ -18,7 +18,6 @@ query GetStreamMonitoringDetails($videoId: Int!, $debuggingJson: JSON) {
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
currentProcessing {
|
||||
id
|
||||
errors {
|
||||
message
|
||||
startSegmentIndex
|
||||
|
Loading…
Reference in New Issue
Block a user