mirror of
https://github.com/jellyfin/jellyfin-server-macos.git
synced 2024-11-23 14:09:41 +00:00
Remove useless comment, and extra whitespace
This commit is contained in:
parent
5a15d2ee6f
commit
1960b4ea11
@ -25,7 +25,6 @@ let MaxKeepLogLines = 200
|
||||
|
||||
@objc init(path: String, delegate: DaemonProcessDelegate) {
|
||||
self.path = path
|
||||
//self.path = "/Users/anthonylavado/Library/Application Support/jellyfin-server/Server/jellyfin"
|
||||
self.delegate = delegate
|
||||
}
|
||||
|
||||
@ -52,11 +51,9 @@ let MaxKeepLogLines = 200
|
||||
private func launchServer() {
|
||||
NSLog("Launching Jellyfin Server")
|
||||
shouldTerminate = false
|
||||
|
||||
let p = Process()
|
||||
p.arguments = ["--noautorunwebapp"] //, "--ffmpeg"]
|
||||
p.launchPath = path
|
||||
|
||||
p.standardInput = Pipe() // isolate daemon from our stdin
|
||||
p.standardOutput = pipeIntoLineBuffer()
|
||||
p.standardError = pipeIntoLineBuffer()
|
||||
|
Loading…
Reference in New Issue
Block a user