diff --git a/config/config-base.json b/config/config-base.json index ed6953f..ec97f21 100644 --- a/config/config-base.json +++ b/config/config-base.json @@ -65,7 +65,7 @@ "emby" ], "value": "jellyfin", - "description": "Media server type." + "description": "Note: Emby integration works, but is not much of a priority. Jellyfin branding will still appear accross jfa-go." } } }, diff --git a/main.go b/main.go index 085730f..917576e 100644 --- a/main.go +++ b/main.go @@ -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") }