-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feat: Download all videos together #234
Conversation
fde4d8c
to
655edf6
Compare
val title = stringResource( | ||
id = if (viewModel.getQualityType() == VideoQualityType.Streaming) | ||
R.string.core_video_streaming_quality else | ||
R.string.core_video_download_quality | ||
) |
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.
Difficult to read construction.
Not required, but else
could be moved to a separate line.
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.
done
Not sure about moving |
Added the option to download all videos at once on the video tab.
Screen_Recording_20240215_103911_OpenEdX.mp4