Skip to content

Commit

Permalink
fix: Do not enforce 480 rendering quality for events (Fixes #304)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Dec 27, 2024
1 parent c90acc5 commit e82fe7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/utils/video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ class UnityPlayers with ChangeNotifier {
SettingsProvider settings() => SettingsProvider.instance;

final controller = UnityVideoPlayer.create(
// quality: settings().kRenderingQuality.value.playerQuality,
quality: UnityVideoQuality.p480,
quality: settings().kRenderingQuality.value.playerQuality,
enableCache: true,
title: event.title,
matrixType: settings().kMatrixSize.value,
Expand Down

0 comments on commit e82fe7e

Please sign in to comment.