Skip to content

Draft: VLCMediaList: Add .isEmpty property

Diogo Simao Marques requested to merge media-list into master

Add of .isEmpty property enabling the user to check if the media list is empty or not without getting an empty_count compilation error generated by SwiftLint.

Merge request reports