diff --git a/app/src/main/java/net/pokeranalytics/android/util/csv/PACSVDescriptor.kt b/app/src/main/java/net/pokeranalytics/android/util/csv/PACSVDescriptor.kt index 5626d26f..2878d173 100644 --- a/app/src/main/java/net/pokeranalytics/android/util/csv/PACSVDescriptor.kt +++ b/app/src/main/java/net/pokeranalytics/android/util/csv/PACSVDescriptor.kt @@ -186,6 +186,7 @@ abstract class PACSVDescriptor(source: DataSource, private var is SessionField.TournamentNumberOfPlayers -> session.tournamentNumberOfPlayers = field.parse(value) is SessionField.TournamentEntryFee -> session.tournamentEntryFee = field.parse(value) + is SessionField.TournamentType -> session.tournamentType = field.parse(value) is SessionField.TournamentFeatures -> { value.split(CSVField.separator).forEach { featureName -> val tournamentFeature: TournamentFeature = realm.getOrCreate(featureName)