fix: fix cover
This commit is contained in:
2 files changed
+3
-5
No files matched your search
@@ -7,7 +7,6 @@
|
||||
|
||||
package cn.rtast.fancybot.entity.yt
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
|
||||
|
||||
data class YoutubeVideoResponse(
|
||||
@@ -25,11 +24,10 @@ data class YoutubeVideoResponse(
|
||||
)
|
||||
|
||||
data class Thumbnails(
|
||||
@SerializedName("maxres")
|
||||
val maxRes: MaxRes
|
||||
val standard: Standard
|
||||
)
|
||||
|
||||
data class MaxRes(
|
||||
data class Standard(
|
||||
val url: String,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user