mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Removed unused constants
This commit is contained in:
@@ -5,7 +5,6 @@ import kotlinx.android.parcel.Parcelize
|
||||
|
||||
@Parcelize
|
||||
class NowPlayingEntry(
|
||||
// TODO
|
||||
@SerializedName("_id")
|
||||
override val id: String
|
||||
) : Child(id) {
|
||||
|
||||
Reference in New Issue
Block a user