Skip to content

Commit

Permalink
Merge pull request #6785 from mkortstiege/hidewatched_files
Browse files Browse the repository at this point in the history
[settings] allow hide watched toggling in files node
  • Loading branch information
mkortstiege committed Apr 1, 2015
2 parents 06b0d07 + 7f6939a commit e07b772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/settings/MediaSettings.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit e07b772

Please sign in to comment.