Revert "Reinstate fallback and update russian translation"#343
Conversation
This reverts commit 6f0d654.
|
Caution Review failedThe pull request is closed. WalkthroughRemoves the Netlify Edge Function at netlify/edge-functions/fallback.ts, eliminating its route handler, config, and helper utilities. Also deletes the settings_jiosaavn key from src/locales/ru.json. No other files or logic are modified. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant C as Client
participant N as Netlify Edge (fallback.ts)
participant R as RapidAPI
Note over C,N: Previous flow (before removal)
C->>N: GET /streams/:id
N->>R: Fetch stream metadata (with rotated keys)
R-->>N: Metadata/adaptiveFormats
N-->>C: JSON (audioStreams, videoStreams, etc.)
sequenceDiagram
autonumber
participant C as Client
participant N as Netlify Edge
participant B as Backend/App
Note over C,N: New flow (after removal)
C->>N: GET /streams/:id
N-->>C: No fallback.ts handler (route unhandled)
opt Alternative handling
C->>B: App-defined route or returns 404
B-->>C: Response
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This reverts commit 6f0d654.
Summary by CodeRabbit