mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-09 11:37:51 +08:00
unify horizontal video models
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:PiliPlus/models/horizontal_video_model.dart';
|
||||
import 'package:PiliPlus/models/model_video.dart';
|
||||
|
||||
class SeasonArchive extends BaseVideoItemModel {
|
||||
class SeasonArchive extends HorizontalVideoModel {
|
||||
SeasonArchive.fromJson(Map<String, dynamic> json) {
|
||||
aid = json['aid'];
|
||||
bvid = json['bvid'];
|
||||
|
||||
Reference in New Issue
Block a user