mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 17:47:46 +08:00
@@ -3,7 +3,7 @@ import 'package:get/get.dart';
|
||||
enum PlayerStatus {
|
||||
completed,
|
||||
playing,
|
||||
paused
|
||||
paused,
|
||||
;
|
||||
|
||||
bool get isCompleted => this == PlayerStatus.completed;
|
||||
|
||||
Reference in New Issue
Block a user