mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
10
lib/models/common/video/source_type.dart
Normal file
10
lib/models/common/video/source_type.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
enum SourceType {
|
||||
normal(-1),
|
||||
archive(1),
|
||||
watchLater(2),
|
||||
fav(3),
|
||||
playlist(3);
|
||||
|
||||
final int mediaType;
|
||||
const SourceType(this.mediaType);
|
||||
}
|
||||
Reference in New Issue
Block a user