video.folx.tv Replit project
Go to file
sebastjanartic 9de621d409 Improve video sharing by using cached data instead of live API calls
Modify the video share endpoint in routes.ts to retrieve video data from the cache using `storage.getVideos()` instead of making direct API calls with `findVideoByAnyId` and `storage.getVideo()`, which was causing 404 errors. This ensures that share links correctly resolve video details and metadata.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 112fcbe4-f903-4480-927e-8bcf6e744878
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/Ufka13F
2026-01-09 17:07:40 +00:00
attached_assets Improve ad spacing and placement on specific pages 2025-09-28 21:39:51 +00:00
client Add automatic Facebook sharing with video previews 2026-01-09 16:46:18 +00:00
server Improve video sharing by using cached data instead of live API calls 2026-01-09 17:07:40 +00:00
shared Add fields for video episode details and tags for shows 2025-09-02 13:31:12 +00:00
.gitignore Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
.replit Add automatic Facebook sharing with video previews 2026-01-09 16:46:18 +00:00
components.json Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
cookies.txt Add user authentication and video upload capabilities 2025-08-08 18:28:28 +00:00
drizzle.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
go4-video-social-share.png Update logo to match brand guidelines with a larger, gradient design 2025-08-31 08:05:24 +00:00
package-lock.json Add AI-powered description generation for video content 2025-09-02 12:59:45 +00:00
package.json Add AI-powered description generation for video content 2025-09-02 12:59:45 +00:00
postcss.config.js Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
pyproject.toml Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
replit.md Implement live HLS streaming and player functionality 2025-09-26 15:46:34 +00:00
tailwind.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
temp_logo.jpg Add new social sharing and branding assets to the platform 2025-08-31 08:02:52 +00:00
tsconfig.json Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
uv.lock Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
vite.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00