mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
fix: Disable media tunneling by default with the option to enable it (#515)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
3ce0ed6dbc
commit
1942738fe4
16 changed files with 256 additions and 199 deletions
|
|
@ -12,11 +12,13 @@ import 'package:pigeon/pigeon.dart';
|
|||
),
|
||||
)
|
||||
class PlayerSettings {
|
||||
final bool enableTunneling;
|
||||
final Map<SegmentType, SegmentSkip> skipTypes;
|
||||
final int skipForward;
|
||||
final int skipForward;
|
||||
final int skipBackward;
|
||||
|
||||
const PlayerSettings({
|
||||
required this.enableTunneling,
|
||||
required this.skipTypes,
|
||||
required this.skipForward,
|
||||
required this.skipBackward,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue