From b587b5e87d3756bf95662b418161c70a0ef9fc75 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Mon, 2 Mar 2026 22:00:51 +1100 Subject: [PATCH] When joining a room only allow clients to select a video with the same name as the one already selected by room creator --- desktop-client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-client/main.py b/desktop-client/main.py index aaec386..6ba7082 100644 --- a/desktop-client/main.py +++ b/desktop-client/main.py @@ -457,7 +457,7 @@ class VlcSyncApp(QMainWindow): QMessageBox.information(self, "File Required", f"To join this room, you need to select:\\n\\nName: {req_name}\\nSize: {req_size / (1024*1024):.1f} MB") file_path, _ = QFileDialog.getOpenFileName( - self, f"Select {req_name}", "", "Video Files (*.mp4 *.mkv *.avi *.mov *.webm);;All Files (*)" + self, f"Select {req_name}", "", f"Required File ({req_name})" ) if file_path: