-
Notifications
You must be signed in to change notification settings - Fork 739
feat(UI): Show Episode Runtime #1207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
app/src/main/java/com/lagradost/cloudstream3/ui/result/EpisodeAdapter.kt
Outdated
Show resolved
Hide resolved
fire-light42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be merged anytime, but MainAPI changes might need to be postponed until stable release.
There is a backwards compatibility constructor for that |
AFAIK that only works for some extensions when there is a stable release as has happened with my last content rating PR which also had a backwards compatible constructor. |
|
Otherwise extensions become incompatible on stable |
That needs more testing to check what is the issue |
No description provided.