If date is bad make it 0 Fix 1220
commit6ac14f3b408790e7656d33ae16e20d27af0689b9
authorKRKeegan <-NOSPAM-kevin@krkeegan.com>
Thu, 10 Apr 2008 19:06:51 +0000 (10 12:06 -0700)
committerKRKeegan <-NOSPAM-kevin@krkeegan.com>
Thu, 10 Apr 2008 19:06:51 +0000 (10 12:06 -0700)
tree473e39dc7ffff513ef7ffa203baa213428f74e87
parentc4c537ed3d4623c65ef51d8ff422e29323308f91
If date is bad make it 0 Fix 1220

It looks like on windows dates beyond 2037 go out of bounds and start returning a negative number.  By setting to 0 it allows pyTivo to still display the selected folder.
plugins/video/video.py