mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
Init repo
This commit is contained in:
commit
764b6034e3
566 changed files with 212335 additions and 0 deletions
6
lib/util/player_extensions_web.dart
Normal file
6
lib/util/player_extensions_web.dart
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import 'package:fladder/models/items/media_streams_model.dart';
|
||||
import 'package:media_kit/media_kit.dart';
|
||||
|
||||
extension PlayerExtensions on Player {
|
||||
Future<void> addSubtitles(List<SubStreamModel> subtitles) async {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue