fix: typo
This commit is contained in:
@@ -79,9 +79,9 @@ class _VideoWidgetState extends State<VideoWidget> {
|
||||
|
||||
Future<void> _checkForPreview() async {
|
||||
if (!widget.file.isOwner && flagService.internalUser) {
|
||||
final bool isStremable =
|
||||
final bool isStreamable =
|
||||
await PreviewVideoStore.instance.isSharedFileStreamble(widget.file);
|
||||
if (!isStremable && mounted) {
|
||||
if (!isStreamable && mounted) {
|
||||
isPreviewLoadable = false;
|
||||
setState(() {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user