diff options
author | ronie <ronie@users.noreply.github.com> | 2018-10-25 22:25:56 +0200 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2018-10-25 22:25:56 +0200 |
commit | 84923ebb981f446ae7809361febc45247b327298 (patch) | |
tree | 7375a796585f0b636f8110021b10929f4bafa3aa /addons/skin.estuary/playlists | |
parent | 0db7198e93017d54fa9820d16e7ba9c2bd709213 (diff) |
[Estuary] bug fixes
Diffstat (limited to 'addons/skin.estuary/playlists')
-rw-r--r-- | addons/skin.estuary/playlists/recent_unwatched_episodes.xsp | 2 | ||||
-rw-r--r-- | addons/skin.estuary/playlists/recent_unwatched_movies.xsp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/playlists/recent_unwatched_episodes.xsp b/addons/skin.estuary/playlists/recent_unwatched_episodes.xsp index c96cc504f7..e56e88e2b3 100644 --- a/addons/skin.estuary/playlists/recent_unwatched_episodes.xsp +++ b/addons/skin.estuary/playlists/recent_unwatched_episodes.xsp @@ -3,7 +3,7 @@ <name>Recent Unwatched Episodes</name> <match>all</match> <rule field="dateadded" operator="after"> - <value>1900-01-01</value> + <value>2012-01-01</value> </rule> <rule field="playcount" operator="lessthan"> <value>1</value> diff --git a/addons/skin.estuary/playlists/recent_unwatched_movies.xsp b/addons/skin.estuary/playlists/recent_unwatched_movies.xsp index 7b70cb35c9..9aa15314e0 100644 --- a/addons/skin.estuary/playlists/recent_unwatched_movies.xsp +++ b/addons/skin.estuary/playlists/recent_unwatched_movies.xsp @@ -3,7 +3,7 @@ <name>Recent Unwatched Movies</name> <match>all</match> <rule field="dateadded" operator="after"> - <value>1900-01-01</value> + <value>2012-01-01</value> </rule> <rule field="playcount" operator="lessthan"> <value>1</value> |