aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kortstiege <mkortstiege@users.noreply.github.com>2015-04-01 09:47:14 +0200
committerMatthias Kortstiege <mkortstiege@users.noreply.github.com>2015-04-01 09:47:14 +0200
commite07b7728fbbe5419f2ab40196d7716ac87a1fd32 (patch)
treef2c00102a571d9725dd9be3216e3321eaeabde70
parent06b0d0785a34813db6859d1875214212c66f9f87 (diff)
parent7f6939a4fdf70533c010a67998b0fb79ba923850 (diff)
Merge pull request #6785 from mkortstiege/hidewatched_files
[settings] allow hide watched toggling in files node
-rw-r--r--xbmc/settings/MediaSettings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/settings/MediaSettings.cpp b/xbmc/settings/MediaSettings.cpp
index 562b455437..13fe9dab04 100644
--- a/xbmc/settings/MediaSettings.cpp
+++ b/xbmc/settings/MediaSettings.cpp
@@ -44,6 +44,7 @@ using namespace std;
CMediaSettings::CMediaSettings()
{
+ m_watchedModes["files"] = WatchedModeAll;
m_watchedModes["movies"] = WatchedModeAll;
m_watchedModes["tvshows"] = WatchedModeAll;
m_watchedModes["musicvideos"] = WatchedModeAll;