mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
fix: null checking
This commit is contained in:
parent
570ad1c984
commit
16561be854
2 changed files with 8 additions and 6 deletions
|
|
@ -7,5 +7,5 @@ import com.google.gson.annotations.SerializedName
|
|||
@Keep
|
||||
class ApiResponse {
|
||||
@SerializedName("subsonic-response")
|
||||
var subsonicResponse: SubsonicResponse? = null
|
||||
lateinit var subsonicResponse: SubsonicResponse;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue