From ec4d7c02460cdd17f49feb1c55a818d1ea75390b Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Mon, 6 Mar 2017 12:33:22 -0800 Subject: [PATCH] Updated Common Problems (markdown) --- Common-Problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Problems.md b/Common-Problems.md index 8436ea3..6e4b7f6 100644 --- a/Common-Problems.md +++ b/Common-Problems.md @@ -1,5 +1,5 @@ ### Weird UI Issues ### -* If you experience any weird UI issues like Movies page not listing or a certain view/sort not working, try viewing in Incognito mode. If that fixes it, clear your browser cache and cookies for your specific ip/domain. +* If you experience any weird UI issues like the Movies page not listing anything or a certain view/sort not working, try viewing in a Chrome Incognito Window or Firefox Private Window. If it works fine there, clear your browser cache and cookies for your specific ip/domain. ### Mapped Network Drives vs UNC Paths ### * Using mapped network drives generally doesn't work very well, especially when Radarr is configured to run as a service. The better way to set shares up is using UNC paths. So instead of `X:\Movies` use `\\Server\Movies\`.