mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
clean: code cleanup
This commit is contained in:
parent
68aae32d06
commit
7a8880ee68
2 changed files with 1 additions and 5 deletions
|
|
@ -2,7 +2,6 @@ package com.cappielloantonio.tempo.subsonic.models
|
|||
|
||||
import android.os.Parcelable
|
||||
import androidx.annotation.Keep
|
||||
import androidx.room.ColumnInfo
|
||||
import com.google.gson.annotations.SerializedName
|
||||
import kotlinx.parcelize.Parcelize
|
||||
import java.util.*
|
||||
|
|
@ -29,11 +28,9 @@ class PodcastEpisode : Parcelable {
|
|||
var transcodedContentType: String? = null
|
||||
var transcodedSuffix: String? = null
|
||||
var duration: Int? = null
|
||||
@ColumnInfo("bitrate")
|
||||
@SerializedName("bitRate")
|
||||
var bitrate: Int? = null
|
||||
var path: String? = null
|
||||
@ColumnInfo(name = "is_video")
|
||||
@SerializedName("isVideo")
|
||||
var isVideo: Boolean = false
|
||||
var userRating: Int? = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue