|
@@ -77,7 +77,6 @@ class NCDataSource: NSObject {
|
|
|
|
|
|
internal func createSections() {
|
|
internal func createSections() {
|
|
|
|
|
|
- // Get sections value
|
|
|
|
for metadata in metadatasSource {
|
|
for metadata in metadatasSource {
|
|
// skipped livePhoto
|
|
// skipped livePhoto
|
|
if filterLivePhoto && metadata.livePhoto && metadata.ext == "mov" {
|
|
if filterLivePhoto && metadata.livePhoto && metadata.ext == "mov" {
|