[infoscanner] don't do a CDirectory::Exists() check when we set a path hash to empty...
authorJonathan Marshall <jmarshall@xbmc.org>
Sat, 4 Jan 2014 09:18:13 +0000 (22:18 +1300)
committerJonathan Marshall <jmarshall@xbmc.org>
Sat, 4 Jan 2014 09:28:36 +0000 (22:28 +1300)
commit7d14cb1e6237addcf72f3874eccbdaa09770966f
tree4264d0d3a29ab549ae2ce6f5dcb4343a0f4e6f6f
parent62bc1d2238f870de4ff0045c6ef60c8e21e6b798
[infoscanner] don't do a CDirectory::Exists() check when we set a path hash to empty - it's expensive for some VFS filesystems, and it doesn't matter if we add non-existent paths to the database (should SetPathHash ever be called on a non-existent path)
xbmc/video/VideoDatabase.cpp