downloaded anime page bug fixes (#132)
* after changing grid style items are not accessible fixed * added total ep released no * padding fix * fixed scroll to top coinciding with navbar * small change
This commit is contained in:
parent
98cb11e841
commit
bd6197031a
5 changed files with 80 additions and 82 deletions
|
@ -5,6 +5,7 @@ data class OfflineAnimeModel (
|
|||
val title: String,
|
||||
val score: String,
|
||||
val totalEpisode: String,
|
||||
val totalEpisodeList: String,
|
||||
val watchedEpisode: String,
|
||||
val type: String,
|
||||
val episodes: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue