From 43b561830529be262baf11b43cdae48601f23b9e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 5 Jan 2020 18:47:01 +0100 Subject: [PATCH] Update FAQ-Common-Problems.md --- FAQ-Common-Problems.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/FAQ-Common-Problems.md b/FAQ-Common-Problems.md index ea3f938..588935d 100644 --- a/FAQ-Common-Problems.md +++ b/FAQ-Common-Problems.md @@ -29,12 +29,14 @@ > >This can be for various reasons, but the most common is, Bazarr is running as a service, which causes one of two things: > ->**Bazarr service runs under Local System account that won't be able to access network shares.** -> Run Bazarr's service as another user that has access to that share. ->You need to change the account used for Bazarr service in `services.msc` console. +>**Bazarr service runs under Local System account that won't be able to access network shares.** > ->**You're using a mapped network drive (not a UNC path).** -> Change your paths to UNC paths (`\\server\share`) +>Run Bazarr's service as another user that has access to that share. +>You need to change the account used for Bazarr service in `services.msc` console. +> +>**You're using a mapped network drive (not a UNC path).** +> +>Change your paths to UNC paths (`\\server\share`) ------ ## Why (or) do I need the Anti-Captcha? ##