From b39a1a85c94c38027692858081744181f2b08271 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Wed, 17 Sep 2025 09:01:20 +0000 Subject: [PATCH] Fix issue where videos do not play after selecting a show Address a bug in the video player integration that prevented playback of selected video content. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 45a1dcfc-f8a2-475a-a6b9-96fbb841dc27 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/45a1dcfc-f8a2-475a-a6b9-96fbb841dc27/ALGurqF --- .replit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.replit b/.replit index 10701d4..6ce283d 100644 --- a/.replit +++ b/.replit @@ -15,10 +15,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 33233 -externalPort = 3000 - [env] PORT = "5000"