From e3949fc680a369ec2107e377eb37291893944905 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 7 Feb 2017 17:26:58 -0800 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 68273f7..121a805 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -204,9 +204,10 @@ Otherwise, you may have to set secure connections to "Preferred" in your Plex se **A:** History is only logged if all those following conditions are satisfied: * After the stream is stopped. +* If history logging is enabled (Settings > Activity Monitoring > History Logging). * If the total stream duration is longer than the "Ignore interval" you set in the settings. -* If "Keep History" for the user is enabled (Users > Edit Mode > Toggle Keep History) -* If "Keep History" for the library is enabled (Libraries > Edit Mode > Toggle Keep History) +* If "Keep History" for the user is enabled (Users > Edit Mode > Toggle Keep History). +* If "Keep History" for the library is enabled (Libraries > Edit Mode > Toggle Keep History). If you have satisfied all the above requirements, but nothing is still being logged, then the sessions might be stuck inside the database. Go to Settings > Extra Settings > Flush Temporary Sessions to flush the database, and history logging should be working again.