From 1a94b54a601f3dacb8a73bc578023a3532814871 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 25 Apr 2017 08:47:47 -0700 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index a42233d..806e468 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -108,6 +108,8 @@ git pull http://localhost:8181/delete_duplicate_libraries ``` +If the libraries are duplicated on the homepage, toggle the Library Statistic cards under Settings > Homepage and click Save. + #### Q: How can I access PlexPy outside my home network? **A:** The easy method is to forward an external port (`8181`) on your router to the internal port used by PlexPy (default is `8181`). Visit [Port Forward](http://portforward.com/) for instructions for your particular router. You will then be able to access PlexPy via `http://EXTERNAL-IP-ADDRESS:8181`. The more advanced method (and more secure if you use SSL) is to setup a web server with Nginx/Apache, and use a reverse proxy to access PlexPy. You can lookup many guides on the internet to find out how to do this.