Skip to content

Commit c14de3e

Browse files
committed
Release TV 1.5.1
1 parent 1e3e131 commit c14de3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simple_live_tv_app/lib/app/controller/app_settings_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class AppSettingsController extends GetxController {
6060
.getValue(LocalStorageService.kRoomAutoExitDuration, 60);
6161

6262
playerCompatMode.value = LocalStorageService.instance
63-
.getValue(LocalStorageService.kPlayerCompatMode, false);
63+
.getValue(LocalStorageService.kPlayerCompatMode, true);
6464

6565
playerAutoPause.value = LocalStorageService.instance
6666
.getValue(LocalStorageService.kPlayerAutoPause, false);

simple_live_tv_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: simple_live_tv_app
22
description: A new Flutter project.
33
publish_to: "none"
4-
version: 1.5.0+10500
4+
version: 1.5.1+10501
55

66
environment:
77
sdk: ">=3.1.2 <4.0.0"

0 commit comments

Comments
 (0)