diff options
author | Matthias Kortstiege <mkortstiege@users.noreply.github.com> | 2015-04-01 09:47:14 +0200 |
---|---|---|
committer | Matthias Kortstiege <mkortstiege@users.noreply.github.com> | 2015-04-01 09:47:14 +0200 |
commit | e07b7728fbbe5419f2ab40196d7716ac87a1fd32 (patch) | |
tree | f2c00102a571d9725dd9be3216e3321eaeabde70 | |
parent | 06b0d0785a34813db6859d1875214212c66f9f87 (diff) | |
parent | 7f6939a4fdf70533c010a67998b0fb79ba923850 (diff) |
Merge pull request #6785 from mkortstiege/hidewatched_files
[settings] allow hide watched toggling in files node
-rw-r--r-- | xbmc/settings/MediaSettings.cpp | 1 |
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; |