marinofaggiana 5 years ago
parent
commit
15d9fe304c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      iOSClient/Main/NCDetailViewController.swift

+ 2 - 2
iOSClient/Main/NCDetailViewController.swift

@@ -143,7 +143,7 @@ class NCDetailViewController: UIViewController {
                         viewImage()
                     }
                     
-                // OTHER FILE TYPE
+                // OTHER SINGLE FILE TYPE
                 } else if metadata.ocId == self.metadata?.ocId {
                     
                     viewUnload()
@@ -347,7 +347,7 @@ extension NCDetailViewController: MediaBrowserViewControllerDelegate, MediaBrows
                     }
                 }
             }
-        } 
+        }
     }
     
     func numberOfItems(in mediaBrowser: MediaBrowserViewController) -> Int {