wip: changed seedtype constant to camelcase, updated references

This commit is contained in:
eddyizm 2025-12-27 17:46:16 -08:00
parent 844b57054b
commit f22aea7b1d
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
8 changed files with 17 additions and 34 deletions

View file

@ -1,8 +1,10 @@
package com.cappielloantonio.tempo.subsonic.models
import androidx.annotation.Keep
import com.google.gson.annotations.SerializedName
@Keep
class SimilarSongs {
@SerializedName("song")
var songs: List<Child>? = null
}