chore(mobile): add default cast user pref to openapi patching (#18747)

add default cast user pref to mobile patching
pull/18744/head
Brandon Wees 2025-05-29 09:06:13 +07:00 committed by GitHub
parent 6f39a706b2
commit 0257f1a743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

@ -11,6 +11,7 @@ dynamic upgradeDto(dynamic value, String targetType) {
addDefault(value, 'people', PeopleResponse().toJson());
addDefault(value, 'tags', TagsResponse().toJson());
addDefault(value, 'sharedLinks', SharedLinksResponse().toJson());
addDefault(value, 'cast', CastResponse().toJson());
}
break;
case 'ServerConfigDto':