Skip to content

Commit

Permalink
release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Jun 18, 2020
1 parent ff05701 commit 084fd76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BMPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BMPlayer"
s.version = "1.3.0"
s.version = "1.3.2"
s.summary = "Video Player Using Swift, based on AVPlayer"

s.description = <<-DESC
Expand Down
8 changes: 6 additions & 2 deletions Source/BMPlayerControlView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,12 @@ open class BMPlayerControlView: UIView {
}
}

/// update subtitles
/// - Parameter subtitles: need change subtitles

/**
change subtitle resource
- Parameter subtitles: new subtitle object
*/
open func update(subtitles: BMSubtitles?) {
resource?.subtitle = subtitles
}
Expand Down

0 comments on commit 084fd76

Please sign in to comment.