Skip to content

Commit

Permalink
fix progress on standard view
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Aug 6, 2023
1 parent 0370868 commit cc3b5bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fun StandardUserMediaListItem(
onClickPlus: () -> Unit,
) {
val totalProgress = remember { item.totalProgress() }
val userProgress = remember { item.totalProgress() }
val userProgress = remember { item.userProgress() }
val broadcast = remember { (item.node as? AnimeNode)?.broadcast }
val isAiring = remember { item.isAiring }
Card(
Expand Down

0 comments on commit cc3b5bd

Please sign in to comment.