Removed unused constants

This commit is contained in:
antonio 2023-03-10 16:20:33 +01:00
parent cc7775c986
commit d16db8e36d
8 changed files with 9 additions and 44 deletions

View file

@ -5,7 +5,6 @@ import kotlinx.android.parcel.Parcelize
@Parcelize
class NowPlayingEntry(
// TODO
@SerializedName("_id")
override val id: String
) : Child(id) {