Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tilltue committed Dec 12, 2017
1 parent 1593812 commit 7dca650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TLPhotoPicker/Classes/TLPhotoLibrary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ extension TLPhotoLibrary {
return PHAsset.fetchAssets(in: phAssetCollection, options: options)
}

func fetchCollection(allowedVideo: Bool = true, useCameraButton: Bool = true, mediaType: PHAssetMediaType? = nil, maxVideoDuration:TimeInterval? = nil,options: PHFetchOptions? = nil) -> PHFetchResult<PHAsset>? {
func fetchCollection(allowedVideo: Bool = true, useCameraButton: Bool = true, mediaType: PHAssetMediaType? = nil, maxVideoDuration:TimeInterval? = nil,options: PHFetchOptions? = nil) {

let options = options ?? getOption()

Expand Down

0 comments on commit 7dca650

Please sign in to comment.