Skip to content

Commit

Permalink
chore: Add a comment to Meta.init()
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Jul 23, 2020
1 parent edd83c8 commit cb0d39a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RxMusicPlayer/RxMusicPlayerItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ open class RxMusicPlayerItem: NSObject {

let didAllSetRelay = BehaviorRelay<Bool>(value: false)

/**
Initialize Metadata with a prefetched one.
If one of the arguments is not nil, the player will skip downloading the metadata.
*/
public init(duration: CMTime? = nil,
lyrics: String? = nil,
title: String? = nil,
Expand Down

0 comments on commit cb0d39a

Please sign in to comment.