Update AbstractSubtitleEntities.kt

This commit is contained in:
IndusAryan 2023-08-19 18:08:26 +05:30 committed by GitHub
parent 3d3f56a167
commit 8b3180a9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,6 @@ class AbstractSubtitleEntities {
var lang: String? = null,
var epNumber: Int? = null,
var seasonNumber: Int? = null,
var year: Int? = null
var year: Int? = null,
)
}
}