Skip to content

Commit

Permalink
chore: better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zigavehovec committed Oct 9, 2023
1 parent 134cc70 commit d9c97b2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class OfflineContentManagerBridge(
if (request.minimumBitrate == null) {
sortedVideoOptions.lastOrNull()
} else {
sortedVideoOptions
.firstOrNull { option -> option.bitrate >= request.minimumBitrate }
sortedVideoOptions.firstOrNull { option -> option.bitrate >= request.minimumBitrate }
}?.apply {
action = OfflineOptionEntryAction.Download
}
Expand Down

0 comments on commit d9c97b2

Please sign in to comment.