Skip to content

Conversation

@mbernson
Copy link
Owner

No description provided.

prefersHighQuality: Bool,
prefersAudio: Bool
) -> Recording? {
// TODO: Sort according to the user's preferred language(s)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The initially selected recording should be picked based on the user's language

Comment on lines +50 to +54
selectedRecording = recordingChooser.choosePreferredRecording(
from: recordings,
prefersHighQuality: true, // TODO: Hook up with a preference and/or respect low data mode
prefersAudio: false // TODO: Hook up with a preference 'prefer audio'
)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once we have a Settings screen in the app, it should be possible to:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants