This commit is contained in:
Leon Bösche
2026-01-25 01:19:51 +01:00
parent f346b628ed
commit 9286fe4dd8

View File

@@ -59,7 +59,8 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
await _initializeVideoPlayer(); await _initializeVideoPlayer();
} catch (e) { } catch (e) {
setState(() { setState(() {
_error = 'Video format not supported in browser. Please download the file.'; _error =
'Video format not supported in browser. Please download the file.';
}); });
} }
} }