From aa7cca7162567d9db05555520ac342fe35dcdbc0 Mon Sep 17 00:00:00 2001 From: Schnitzel5 Date: Mon, 25 Nov 2024 23:06:37 +0100 Subject: [PATCH] fix --- model/source.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/source.dart b/model/source.dart index deffb84f..94b2b4c6 100644 --- a/model/source.dart +++ b/model/source.dart @@ -95,7 +95,7 @@ class Source { "sourceCodeUrl": sourceCodeUrl, "apiUrl": apiUrl, "version": version, - "itemType": itemType, + "itemType": itemType?.index ?? 0, "isFullData": isFullData, "appMinVerReq": appMinVerReq, "additionalParams": additionalParams,