mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 04:22:39 +08:00
@@ -73,7 +73,7 @@ class ThreePoint {
|
||||
// int? watchLater;
|
||||
|
||||
ThreePoint.fromJson(List json) {
|
||||
for (var elem in json) {
|
||||
for (final elem in json) {
|
||||
switch (elem['type']) {
|
||||
// case 'watch_later':
|
||||
// watchLater = 1;
|
||||
|
||||
Reference in New Issue
Block a user