Ver Fonte

build 10

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana há 1 ano atrás
pai
commit
a8f23d552d

+ 0 - 1
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

@@ -480,7 +480,6 @@ extension NCPlayerToolBar: NCSelectDelegate {
             self.ncplayer?.player.addPlaybackSlave(URL(fileURLWithPath: fileNameLocalPath), type: .subtitle, enforce: true)
         } else if type == "audio" {
             self.ncplayer?.player.addPlaybackSlave(URL(fileURLWithPath: fileNameLocalPath), type: .audio, enforce: true)
-
         }
     }
 }