[Kavita] Change the type of userRating to Float (#19261)

This commit is contained in:
Tachimanga
2023-12-11 22:40:41 +08:00
committed by GitHub
parent efab0b929c
commit 02501b845c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ ext {
extName = 'Kavita'
pkgNameSuffix = 'all.kavita'
extClass = '.KavitaFactory'
extVersionCode = 10
extVersionCode = 11
}
dependencies {

View File

@@ -45,7 +45,7 @@ data class SeriesDto(
val pages: Int,
val coverImageLocked: Boolean = true,
val pagesRead: Int,
val userRating: Int,
val userRating: Float,
val userReview: String? = "",
val format: Int,
val created: String? = "",