change settings description and console warning
This commit is contained in:
committed by
Harvey Tindall
parent
d9e1e2f58b
commit
f5602f1e96
@@ -452,7 +452,7 @@ func start(asDaemon, firstCall bool) {
|
||||
serverType = mediabrowser.EmbyServer
|
||||
timeoutHandler = common.NewTimeoutHandler("Emby", server, true)
|
||||
app.info.Println("Using Emby server type")
|
||||
fmt.Println(aurora.Yellow("WARNING: Emby compatibility is experimental, things may not work."))
|
||||
fmt.Println(aurora.Yellow("WARNING: Emby compatibility is experimental, and support is limited.\nSee the jfa-go wiki for more info."))
|
||||
} else {
|
||||
app.info.Println("Using Jellyfin server type")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user